mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Provide better user list paging UX
This commit is contained in:
parent
8a654fcf3d
commit
d1bc4a5b4c
9 changed files with 84 additions and 44 deletions
|
@ -5,24 +5,35 @@
|
|||
background-color: map-get($yellow-shades, 100);
|
||||
border: 1px solid map-get($yellow-shades, 300);
|
||||
@include border-radius(3px);
|
||||
@extend .no-select;
|
||||
|
||||
> .title {
|
||||
font-weight: 700;
|
||||
font-size: 1.1rem;
|
||||
color: map-get($yellow-shades, 800);
|
||||
cursor: pointer;
|
||||
|
||||
> i {
|
||||
font-size: 20px;
|
||||
vertical-align: sub;
|
||||
}
|
||||
}
|
||||
|
||||
> .perm-name {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
color: map-get($gray-shades, 800);
|
||||
margin-top: 10px;
|
||||
}
|
||||
.perms {
|
||||
display: none;
|
||||
|
||||
> .perm-desc {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 300;
|
||||
color: map-get($gray-shades, 800);
|
||||
> .perm-name {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
color: map-get($gray-shades, 800);
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
> .perm-desc {
|
||||
font-size: 0.9rem;
|
||||
font-weight: 300;
|
||||
color: map-get($gray-shades, 800);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue