managed-users.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. border-top: 1px solid @gray-lighter;
  83. padding-top: 25px;
  84. margin-top: 25px;
  85. .group-settings-sso-enable,
  86. .group-settings-sso-configure {
  87. margin-top: @margin-md;
  88. display: flex;
  89. align-items: center;
  90. justify-content: space-between;
  91. }
  92. }