mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
a4a5a08c31
[web] Add Remove from group action in dropdown for unmanaged/pending users GitOrigin-RevId: daa66598e42befa2f8430bdf118e907a8758d60e
88 lines
1.4 KiB
Text
88 lines
1.4 KiB
Text
.group-settings-title {
|
|
font-family: Lato, sans-serif;
|
|
font-size: @font-size-large;
|
|
line-height: 28px;
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.btn {
|
|
width: 100%;
|
|
margin: 8px 0;
|
|
}
|
|
}
|
|
|
|
.managed-users-enabled {
|
|
font-family: Lato, sans-serif;
|
|
color: @ol-green;
|
|
|
|
.icon {
|
|
vertical-align: text-bottom;
|
|
}
|
|
}
|
|
|
|
.managed-users-dropdown-menu {
|
|
min-width: 200px;
|
|
}
|