added icon padding within permission list
This commit is contained in:
parent
cd947f6b2f
commit
c0601d4682
2 changed files with 70 additions and 68 deletions
|
@ -339,9 +339,9 @@ $animation_length: .5s;
|
|||
|
||||
@media only screen and (max-width: $small_device) {
|
||||
.app-container {
|
||||
right: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0!important;
|
||||
left: 0!important;;
|
||||
top: 0!important;;
|
||||
|
||||
transition: all $animation_length linear;
|
||||
overflow: auto;
|
||||
|
@ -394,6 +394,7 @@ $animation_length: .5s;
|
|||
transition: opacity $animation_length linear;
|
||||
}
|
||||
}
|
||||
|
||||
.container-seperator {
|
||||
background: lightgray;
|
||||
flex-grow: 0;
|
||||
|
|
|
@ -280,8 +280,9 @@ modal-body {
|
|||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
||||
.icon, .icon_empty {
|
||||
.icon, .icon_empty, .icon-container {
|
||||
margin-right: 3px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.name.savedb {
|
||||
|
|
Loading…
Add table
Reference in a new issue