group-settings.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. h2.group-settings-title {
  2. margin-bottom: 5px;
  3. font-size: @font-size-large;
  4. }
  5. h3.group-settings-title {
  6. margin-bottom: 0;
  7. font-size: @font-size-base;
  8. }
  9. h2.group-settings-title,
  10. h3.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. }
  69. .btn {
  70. width: 100%;
  71. margin: 8px 0;
  72. }
  73. }
  74. .managed-users-enabled {
  75. font-family: Lato, sans-serif;
  76. color: @ol-green;
  77. .icon {
  78. vertical-align: text-bottom;
  79. }
  80. }
  81. .group-settings-sso {
  82. .group-settings-sso-row {
  83. margin-top: @margin-md;
  84. display: flex;
  85. align-items: center;
  86. justify-content: space-between;
  87. }
  88. }
  89. .below-managed-users {
  90. border-top: 1px solid @gray-lighter;
  91. padding-top: 25px;
  92. margin-top: 25px;
  93. }
  94. .sso-config-info {
  95. padding: 12px 0;
  96. .sso-config-info-header {
  97. display: flex;
  98. justify-content: space-between;
  99. gap: @margin-xs;
  100. padding: 0 @padding-base-horizontal 15px @padding-base-horizontal;
  101. border-bottom: 1px solid @neutral-20;
  102. margin-bottom: 15px;
  103. flex-wrap: wrap;
  104. .status-label {
  105. font-size: @font-size-small;
  106. border-radius: 4px;
  107. padding: 2px 4px;
  108. margin-top: 4px;
  109. flex-shrink: 0;
  110. &.status-label-valid {
  111. background-color: @ol-green;
  112. color: @neutral-10;
  113. }
  114. &.status-label-draft {
  115. background-color: @neutral-20;
  116. color: @neutral-90;
  117. }
  118. }
  119. }
  120. .sso-config-options-buttons {
  121. button:not(:last-child) {
  122. margin-right: 8px;
  123. }
  124. }
  125. .sso-config-info-section {
  126. margin-bottom: @margin-md;
  127. padding: 0 @padding-base-horizontal;
  128. }
  129. .sso-config-info-label {
  130. font-size: @font-size-small;
  131. font-weight: bold;
  132. }
  133. .sso-config-info-label-optional {
  134. font-weight: normal;
  135. }
  136. .sso-config-info-content {
  137. color: @gray-darker;
  138. word-break: break-word;
  139. }
  140. .sso-config-info-content-empty {
  141. color: var(--neutral-60);
  142. }
  143. p {
  144. margin-bottom: @margin-xs;
  145. }
  146. }
  147. .sso-config-modal-content {
  148. .sso-config-interstitial-title,
  149. .sso-config-test-result-title {
  150. font-family: Lato, sans-serif;
  151. font-size: 20px;
  152. font-weight: bold;
  153. text-align: center;
  154. }
  155. .sso-config-modal-icon-wrapper {
  156. text-align: center;
  157. margin-top: 8px;
  158. .sso-config-interstitial-icon,
  159. .sso-config-test-result-icon,
  160. .sso-config-test-error-icon {
  161. font-size: 32px;
  162. width: 80px;
  163. height: 80px;
  164. padding: 24px;
  165. border-radius: 999px;
  166. gap: 8px;
  167. }
  168. .sso-config-interstitial-icon {
  169. background-color: @neutral-10;
  170. }
  171. .sso-config-test-result-icon {
  172. background-color: @green-10;
  173. color: @ol-green;
  174. }
  175. .sso-config-test-error-icon {
  176. background-color: @red-10;
  177. color: @red-50;
  178. }
  179. }
  180. .sso-config-test-result-title {
  181. font-family: Lato, sans-serif;
  182. font-size: 20px;
  183. font-weight: bold;
  184. text-align: center;
  185. }
  186. .has-feedback {
  187. .form-control {
  188. padding-right: 0;
  189. }
  190. }
  191. .payload-content {
  192. padding: @padding-base-horizontal;
  193. border: 1px solid @neutral-20;
  194. margin-top: 16px;
  195. border-radius: @border-radius-base-new;
  196. color: black;
  197. .saml-response-xml-wrapper {
  198. margin-top: 16px;
  199. overflow: hidden;
  200. background-color: @neutral-10;
  201. border-radius: @border-radius-base-new;
  202. .saml-response-header {
  203. font-family: Lato, sans-serif;
  204. font-size: 16px;
  205. font-weight: bold;
  206. padding: 0 16px;
  207. border-bottom: 1px solid @neutral-20;
  208. line-height: 56px;
  209. .copy-response {
  210. vertical-align: bottom;
  211. margin-top: 10px;
  212. .material-symbols {
  213. vertical-align: text-top;
  214. }
  215. }
  216. }
  217. .saml-response-footer {
  218. text-align: center;
  219. line-height: 56px;
  220. position: sticky;
  221. bottom: 0;
  222. background: linear-gradient(
  223. 360deg,
  224. #f4f5f6 0%,
  225. rgba(244, 245, 246, 0) 835.48%
  226. );
  227. }
  228. .saml-response-xml {
  229. font-family: 'DM Mono', monospace;
  230. white-space: pre-wrap;
  231. font-size: 13px;
  232. word-break: break-word;
  233. padding: 16px 16px 0 16px;
  234. height: 100px;
  235. min-height: 100px;
  236. &.view-more {
  237. height: auto;
  238. }
  239. }
  240. .expand-viewer {
  241. .material-symbols {
  242. vertical-align: bottom;
  243. font-size: 24px;
  244. }
  245. }
  246. }
  247. }
  248. }
  249. .certificate-wrapper {
  250. display: flex;
  251. align-items: baseline;
  252. &.certificate-full {
  253. flex-wrap: wrap;
  254. }
  255. .view-more {
  256. flex-grow: 0;
  257. flex-shrink: 0;
  258. }
  259. }
  260. .certificate {
  261. font-family: Courier, monospace;
  262. .certificate-truncated & {
  263. text-overflow: ellipsis;
  264. overflow: hidden;
  265. white-space: nowrap;
  266. display: inline-block;
  267. flex-grow: 4;
  268. }
  269. .certificate-full & {
  270. word-break: break-all;
  271. .break {
  272. flex-basis: 100%;
  273. height: 0;
  274. }
  275. }
  276. }
  277. .certificate-form-row {
  278. display: flex;
  279. .certificate-input {
  280. flex-grow: 11;
  281. }
  282. .certificate-delete {
  283. flex-grow: 1;
  284. flex-shrink: 0;
  285. }
  286. }
  287. .btn-import-metadata {
  288. margin-left: 8px;
  289. }