mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 11:31:55 +02:00
[web] Group settings button and page enabled based on env var GitOrigin-RevId: 77574a3705b3f1301935b72010022af61f7fe552
20 lines
353 B
Plaintext
20 lines
353 B
Plaintext
.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;
|
|
}
|
|
}
|