mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
39bc601826
[web] Group settings button and page enabled based on env var GitOrigin-RevId: 77574a3705b3f1301935b72010022af61f7fe552
19 lines
353 B
Text
19 lines
353 B
Text
.group-settings-title {
|
|
min-width: 0;
|
|
color: @content-secondary;
|
|
font-family: Lato, sans-serif;
|
|
font-size: @font-size-large;
|
|
line-height: 28px;
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.managed-users-enabled {
|
|
font-family: Lato, sans-serif;
|
|
color: @ol-green;
|
|
|
|
.icon {
|
|
vertical-align: text-bottom;
|
|
}
|
|
}
|