2023-10-02 03:26:33 -04:00
|
|
|
h2.group-settings-title {
|
|
|
|
margin-bottom: 5px;
|
2023-06-26 09:49:51 -04:00
|
|
|
font-size: @font-size-large;
|
2023-10-02 03:26:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.group-settings-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-size: @font-size-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2.group-settings-title,
|
|
|
|
h3.group-settings-title {
|
|
|
|
font-family: Lato, sans-serif;
|
2023-06-26 09:49:51 -04:00
|
|
|
line-height: 28px;
|
|
|
|
font-weight: bold;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2023-10-02 03:26:33 -04:00
|
|
|
margin-top: 0;
|
2023-06-26 09:49:51 -04:00
|
|
|
}
|
|
|
|
|
2023-07-10 05:21:49 -04:00
|
|
|
.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;
|
2023-07-14 05:11:57 -04:00
|
|
|
flex: 0 0 32px;
|
2023-07-10 05:21:49 -04:00
|
|
|
> 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-06-26 09:49:51 -04:00
|
|
|
.managed-users-enabled {
|
|
|
|
font-family: Lato, sans-serif;
|
|
|
|
color: @ol-green;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
}
|
2023-10-02 03:26:33 -04:00
|
|
|
|
|
|
|
.group-settings-sso {
|
|
|
|
border-top: 1px solid @gray-lighter;
|
|
|
|
padding-top: 25px;
|
|
|
|
margin-top: 25px;
|
|
|
|
|
|
|
|
.group-settings-sso-enable,
|
|
|
|
.group-settings-sso-configure {
|
|
|
|
margin-top: @margin-md;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
}
|