mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 16:42:46 +08:00
Tweak permissions page styles
This commit is contained in:
parent
b22746cc2c
commit
30700734e8
|
@ -1,6 +1,6 @@
|
|||
.PermissionsPage-groups {
|
||||
background: @control-bg;
|
||||
padding: 30px 0;
|
||||
padding: 20px 0;
|
||||
}
|
||||
.Group {
|
||||
width: 90px;
|
||||
|
@ -17,10 +17,6 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.Group-icon {
|
||||
font-size: 14px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.Group--add {
|
||||
color: @muted-color;
|
||||
width: auto;
|
||||
|
@ -28,13 +24,14 @@
|
|||
font-weight: normal;
|
||||
|
||||
.Group-icon {
|
||||
margin-top: 8px;
|
||||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.PermissionsPage-permissions {
|
||||
padding: 30px 0 200px;
|
||||
padding: 20px 0 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user