| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- h3.group-settings-title {
- margin-bottom: 5px;
- font-size: @font-size-large;
- }
- h4.group-settings-title {
- margin-bottom: 0;
- font-size: @font-size-base;
- }
- h3.group-settings-title,
- h4.group-settings-title {
- font-family: Lato, sans-serif;
- line-height: 28px;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- margin-top: 0;
- }
- .enrollment-invite {
- color: @neutral-90;
- .inner-card {
- background-color: @gray-lightest;
- margin: 16px 0;
- padding: 16px;
- &.warning {
- background-color: @yellow-10;
- }
- .list-row {
- display: flex;
- flex-direction: row;
- .icon {
- display: flex;
- flex: 0 0 32px;
- > span {
- font-size: 16px;
- }
- padding-right: 12px;
- font-size: 24px;
- &.error {
- color: @yellow-50;
- margin-top: 2px;
- }
- }
- }
- a {
- text-decoration: underline;
- }
- }
- .title {
- font-family: Lato, sans-serif;
- font-size: @font-size-large;
- line-height: 28px;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .subtitle {
- font-family: Lato, sans-serif;
- font-size: @font-size-base;
- line-height: 24px;
- font-weight: bold;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .label {
- color: @gray-dark;
- font-size: @font-size-small;
- padding-left: 0;
- text-wrap: wrap;
- }
- .btn {
- width: 100%;
- margin: 8px 0;
- }
- .btn-link-logout {
- width: auto;
- margin: 0;
- }
- }
- .managed-users-enabled {
- font-family: Lato, sans-serif;
- color: @ol-green;
- .icon {
- vertical-align: text-bottom;
- }
- }
- .group-settings-sso {
- .group-settings-sso-row {
- margin-top: @margin-md;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .group-settings-sso-action-col {
- margin-left: 16px;
- }
- }
- }
- .below-settings-section {
- border-top: 1px solid @gray-lighter;
- padding-top: 25px;
- margin-top: 25px;
- }
- .sso-config-info {
- padding: 12px 0;
- .sso-config-info-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- gap: @margin-xs;
- padding: 0 @padding-base-horizontal 15px @padding-base-horizontal;
- border-bottom: 1px solid @neutral-20;
- margin-bottom: 15px;
- flex-wrap: wrap;
- .status-label {
- font-size: @font-size-small;
- border-radius: 4px;
- padding: 2px 4px;
- flex-shrink: 0;
- &.status-label-valid {
- background-color: @ol-green;
- color: @neutral-10;
- }
- &.status-label-draft {
- background-color: @neutral-20;
- color: @neutral-90;
- }
- }
- }
- .sso-config-options-buttons {
- display: flex;
- gap: 8px;
- }
- .sso-config-info-section {
- margin-bottom: @margin-md;
- padding: 0 @padding-base-horizontal;
- &:last-child {
- margin-bottom: 0;
- }
- }
- .sso-config-info-label {
- font-size: @font-size-small;
- font-weight: bold;
- .certificate-status {
- font-weight: normal;
- .material-symbols {
- vertical-align: top;
- }
- &.certificate-valid {
- color: @ol-green;
- }
- &.certificate-expiring-soon {
- color: @yellow-50;
- }
- &.certificate-expired {
- color: @red-50;
- }
- }
- }
- .sso-config-info-label-optional {
- font-weight: normal;
- }
- .sso-config-info-content {
- color: @gray-darker;
- word-break: break-word;
- }
- .sso-config-info-content-empty {
- color: var(--neutral-60);
- }
- p {
- margin-bottom: @margin-xs;
- }
- }
- .sso-config-modal-content {
- .sso-config-interstitial-title {
- margin-top: 25px;
- font-family: Lato, sans-serif;
- font-size: 20px;
- font-weight: bold;
- text-align: center;
- }
- .sso-config-modal-icon-wrapper {
- text-align: center;
- margin-top: 8px;
- .sso-config-interstitial-icon,
- .sso-config-test-result-icon,
- .sso-config-test-error-icon {
- font-size: 32px;
- width: 80px;
- height: 80px;
- padding: 24px;
- border-radius: 999px;
- gap: 8px;
- }
- .sso-config-interstitial-icon {
- background-color: @neutral-10;
- }
- .sso-config-test-result-icon {
- background-color: @green-10;
- color: @ol-green;
- }
- .sso-config-test-error-icon {
- background-color: @red-10;
- color: @red-50;
- }
- }
- .has-feedback {
- .form-control {
- padding-right: 0;
- }
- }
- .payload-content {
- padding: @padding-base-horizontal;
- border: 1px solid @neutral-20;
- margin-top: 16px;
- border-radius: @border-radius-base-new;
- color: black;
- .saml-response-xml-wrapper {
- margin-top: 16px;
- overflow: hidden;
- background-color: @neutral-10;
- border-radius: @border-radius-base-new;
- .saml-response-header {
- font-family: Lato, sans-serif;
- font-size: 16px;
- font-weight: bold;
- padding: 0 16px;
- border-bottom: 1px solid @neutral-20;
- line-height: 56px;
- .copy-response {
- vertical-align: bottom;
- margin-top: 10px;
- .material-symbols {
- vertical-align: text-top;
- }
- }
- }
- .saml-response-footer {
- text-align: center;
- line-height: 56px;
- position: sticky;
- bottom: 0;
- background: linear-gradient(
- 360deg,
- #f4f5f6 0%,
- rgba(244, 245, 246, 0) 835.48%
- );
- }
- .saml-response-xml {
- font-family: 'DM Mono', monospace;
- white-space: pre-wrap;
- font-size: 13px;
- word-break: break-word;
- padding: 16px 16px 0 16px;
- height: 100px;
- min-height: 100px;
- &.view-more {
- height: auto;
- }
- }
- .expand-viewer {
- .material-symbols {
- vertical-align: bottom;
- font-size: 24px;
- }
- }
- }
- .payload-content-user-info-item {
- margin-bottom: @margin-xs;
- display: inline-block;
- width: 100%;
- overflow-wrap: break-word;
- }
- }
- }
- .certificate-wrapper {
- .certificate-delete {
- text-decoration: none;
- margin-left: 16px;
- span {
- vertical-align: middle;
- }
- }
- .certificate-delete,
- .view-more {
- padding: 0;
- }
- }
- .certificate-truncated {
- display: flex;
- align-items: center;
- .view-more {
- flex-grow: 0;
- flex-shrink: 0;
- margin-left: 16px;
- }
- .certificate-delete {
- display: inline-flex;
- }
- }
- .certificate {
- font-family: Courier, monospace;
- .certificate-truncated & {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- display: inline-block;
- flex-grow: 4;
- }
- .certificate-full & {
- word-break: break-all;
- display: block;
- }
- }
- .certificate-form-row {
- display: flex;
- .certificate-input {
- flex-grow: 11;
- }
- .certificate-delete {
- flex-grow: 1;
- flex-shrink: 0;
- }
- }
|