mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
[web] Initial read-only user management page GitOrigin-RevId: f50d2377b855e6541b30f8f946aecb59bf08e3bc
24 lines
363 B
SCSS
24 lines
363 B
SCSS
.group-users-container {
|
|
h2.page-title {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
a.learn-more {
|
|
@include body-sm;
|
|
}
|
|
|
|
.license-info {
|
|
margin-top: var(--spacing-08);
|
|
margin-bottom: var(--spacing-08);
|
|
}
|
|
|
|
.pagination-container .btn-ghost {
|
|
--bs-btn-hover-bg: none;
|
|
--bs-btn-disabled-bg: none;
|
|
}
|
|
|
|
.user-role-select {
|
|
min-width: 110px;
|
|
}
|
|
}
|