Initial commit
This commit is contained in:
21
pma/themes/pmahomme/scss/_list-group.scss
Normal file
21
pma/themes/pmahomme/scss/_list-group.scss
Normal file
@ -0,0 +1,21 @@
|
||||
.list-group {
|
||||
padding-#{$left}: 40px;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
display: list-item;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#li_select_server,
|
||||
#li_change_password,
|
||||
#li_select_mysql_collation,
|
||||
#li_user_preferences,
|
||||
#li_select_lang,
|
||||
#li_select_theme {
|
||||
&.list-group-item {
|
||||
display: block;
|
||||
margin-#{$left}: -20px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user