Accidently removed some styles in the merge
This commit is contained in:
parent
5e08427dd3
commit
e060e952b5
|
@ -296,3 +296,22 @@ position: fixed;
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.permission-selector{
|
||||
width: 300px;
|
||||
}
|
||||
.permission-list{
|
||||
list-style:none;
|
||||
margin: 0 0 15px;
|
||||
padding: 0;
|
||||
.name {
|
||||
display: inline-block;
|
||||
min-width: 80px;
|
||||
}
|
||||
.icon-remove-sign {
|
||||
margin-left: 5px;
|
||||
}
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue