group-settings.less 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. h3.group-settings-title {
  2. margin-bottom: 5px;
  3. font-size: @font-size-large;
  4. }
  5. h4.group-settings-title {
  6. margin-bottom: 0;
  7. font-size: @font-size-base;
  8. }
  9. h3.group-settings-title,
  10. h4.group-settings-title {
  11. font-family: Lato, sans-serif;
  12. line-height: 28px;
  13. font-weight: bold;
  14. overflow: hidden;
  15. text-overflow: ellipsis;
  16. margin-top: 0;
  17. }
  18. .enrollment-invite {
  19. color: @neutral-90;
  20. .inner-card {
  21. background-color: @gray-lightest;
  22. margin: 16px 0;
  23. padding: 16px;
  24. &.warning {
  25. background-color: @yellow-10;
  26. }
  27. .list-row {
  28. display: flex;
  29. flex-direction: row;
  30. .icon {
  31. display: flex;
  32. flex: 0 0 32px;
  33. > span {
  34. font-size: 16px;
  35. }
  36. padding-right: 12px;
  37. font-size: 24px;
  38. &.error {
  39. color: @yellow-50;
  40. margin-top: 2px;
  41. }
  42. }
  43. }
  44. a {
  45. text-decoration: underline;
  46. }
  47. }
  48. .title {
  49. font-family: Lato, sans-serif;
  50. font-size: @font-size-large;
  51. line-height: 28px;
  52. font-weight: bold;
  53. overflow: hidden;
  54. text-overflow: ellipsis;
  55. }
  56. .subtitle {
  57. font-family: Lato, sans-serif;
  58. font-size: @font-size-base;
  59. line-height: 24px;
  60. font-weight: bold;
  61. overflow: hidden;
  62. text-overflow: ellipsis;
  63. }
  64. .label {
  65. color: @gray-dark;
  66. font-size: @font-size-small;
  67. padding-left: 0;
  68. text-wrap: wrap;
  69. }
  70. .btn {
  71. width: 100%;
  72. margin: 8px 0;
  73. }
  74. .btn-link-logout {
  75. width: auto;
  76. margin: 0;
  77. }
  78. }
  79. .managed-users-enabled {
  80. font-family: Lato, sans-serif;
  81. color: @ol-green;
  82. .icon {
  83. vertical-align: text-bottom;
  84. }
  85. }
  86. .group-settings-sso {
  87. .group-settings-sso-row {
  88. margin-top: @margin-md;
  89. display: flex;
  90. align-items: center;
  91. justify-content: space-between;
  92. .group-settings-sso-action-col {
  93. margin-left: 16px;
  94. }
  95. }
  96. }
  97. .below-settings-section {
  98. border-top: 1px solid @gray-lighter;
  99. padding-top: 25px;
  100. margin-top: 25px;
  101. }
  102. .sso-config-info {
  103. padding: 12px 0;
  104. .sso-config-info-header {
  105. display: flex;
  106. justify-content: space-between;
  107. align-items: center;
  108. gap: @margin-xs;
  109. padding: 0 @padding-base-horizontal 15px @padding-base-horizontal;
  110. border-bottom: 1px solid @neutral-20;
  111. margin-bottom: 15px;
  112. flex-wrap: wrap;
  113. .status-label {
  114. font-size: @font-size-small;
  115. border-radius: 4px;
  116. padding: 2px 4px;
  117. flex-shrink: 0;
  118. &.status-label-valid {
  119. background-color: @ol-green;
  120. color: @neutral-10;
  121. }
  122. &.status-label-draft {
  123. background-color: @neutral-20;
  124. color: @neutral-90;
  125. }
  126. }
  127. }
  128. .sso-config-options-buttons {
  129. display: flex;
  130. gap: 8px;
  131. }
  132. .sso-config-info-section {
  133. margin-bottom: @margin-md;
  134. padding: 0 @padding-base-horizontal;
  135. &:last-child {
  136. margin-bottom: 0;
  137. }
  138. }
  139. .sso-config-info-label {
  140. font-size: @font-size-small;
  141. font-weight: bold;
  142. .certificate-status {
  143. font-weight: normal;
  144. .material-symbols {
  145. vertical-align: top;
  146. }
  147. &.certificate-valid {
  148. color: @ol-green;
  149. }
  150. &.certificate-expiring-soon {
  151. color: @yellow-50;
  152. }
  153. &.certificate-expired {
  154. color: @red-50;
  155. }
  156. }
  157. }
  158. .sso-config-info-label-optional {
  159. font-weight: normal;
  160. }
  161. .sso-config-info-content {
  162. color: @gray-darker;
  163. word-break: break-word;
  164. }
  165. .sso-config-info-content-empty {
  166. color: var(--neutral-60);
  167. }
  168. p {
  169. margin-bottom: @margin-xs;
  170. }
  171. }
  172. .sso-config-modal-content {
  173. .sso-config-interstitial-title {
  174. margin-top: 25px;
  175. font-family: Lato, sans-serif;
  176. font-size: 20px;
  177. font-weight: bold;
  178. text-align: center;
  179. }
  180. .sso-config-modal-icon-wrapper {
  181. text-align: center;
  182. margin-top: 8px;
  183. .sso-config-interstitial-icon,
  184. .sso-config-test-result-icon,
  185. .sso-config-test-error-icon {
  186. font-size: 32px;
  187. width: 80px;
  188. height: 80px;
  189. padding: 24px;
  190. border-radius: 999px;
  191. gap: 8px;
  192. }
  193. .sso-config-interstitial-icon {
  194. background-color: @neutral-10;
  195. }
  196. .sso-config-test-result-icon {
  197. background-color: @green-10;
  198. color: @ol-green;
  199. }
  200. .sso-config-test-error-icon {
  201. background-color: @red-10;
  202. color: @red-50;
  203. }
  204. }
  205. .has-feedback {
  206. .form-control {
  207. padding-right: 0;
  208. }
  209. }
  210. .payload-content {
  211. padding: @padding-base-horizontal;
  212. border: 1px solid @neutral-20;
  213. margin-top: 16px;
  214. border-radius: @border-radius-base-new;
  215. color: black;
  216. .saml-response-xml-wrapper {
  217. margin-top: 16px;
  218. overflow: hidden;
  219. background-color: @neutral-10;
  220. border-radius: @border-radius-base-new;
  221. .saml-response-header {
  222. font-family: Lato, sans-serif;
  223. font-size: 16px;
  224. font-weight: bold;
  225. padding: 0 16px;
  226. border-bottom: 1px solid @neutral-20;
  227. line-height: 56px;
  228. .copy-response {
  229. vertical-align: bottom;
  230. margin-top: 10px;
  231. .material-symbols {
  232. vertical-align: text-top;
  233. }
  234. }
  235. }
  236. .saml-response-footer {
  237. text-align: center;
  238. line-height: 56px;
  239. position: sticky;
  240. bottom: 0;
  241. background: linear-gradient(
  242. 360deg,
  243. #f4f5f6 0%,
  244. rgba(244, 245, 246, 0) 835.48%
  245. );
  246. }
  247. .saml-response-xml {
  248. font-family: 'DM Mono', monospace;
  249. white-space: pre-wrap;
  250. font-size: 13px;
  251. word-break: break-word;
  252. padding: 16px 16px 0 16px;
  253. height: 100px;
  254. min-height: 100px;
  255. &.view-more {
  256. height: auto;
  257. }
  258. }
  259. .expand-viewer {
  260. .material-symbols {
  261. vertical-align: bottom;
  262. font-size: 24px;
  263. }
  264. }
  265. }
  266. .payload-content-user-info-item {
  267. margin-bottom: @margin-xs;
  268. display: inline-block;
  269. width: 100%;
  270. overflow-wrap: break-word;
  271. }
  272. }
  273. }
  274. .certificate-wrapper {
  275. .certificate-delete {
  276. text-decoration: none;
  277. margin-left: 16px;
  278. span {
  279. vertical-align: middle;
  280. }
  281. }
  282. .certificate-delete,
  283. .view-more {
  284. padding: 0;
  285. }
  286. }
  287. .certificate-truncated {
  288. display: flex;
  289. align-items: center;
  290. .view-more {
  291. flex-grow: 0;
  292. flex-shrink: 0;
  293. margin-left: 16px;
  294. }
  295. .certificate-delete {
  296. display: inline-flex;
  297. }
  298. }
  299. .certificate {
  300. font-family: Courier, monospace;
  301. .certificate-truncated & {
  302. text-overflow: ellipsis;
  303. overflow: hidden;
  304. white-space: nowrap;
  305. display: inline-block;
  306. flex-grow: 4;
  307. }
  308. .certificate-full & {
  309. word-break: break-all;
  310. display: block;
  311. }
  312. }
  313. .certificate-form-row {
  314. display: flex;
  315. .certificate-input {
  316. flex-grow: 11;
  317. }
  318. .certificate-delete {
  319. flex-grow: 1;
  320. flex-shrink: 0;
  321. }
  322. }