You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
366 B
25 lines
366 B
2 years ago
|
#maincontainer {
|
||
|
.list-group {
|
||
|
padding-left: 40px;
|
||
|
margin: 1rem 0;
|
||
|
}
|
||
|
|
||
|
.list-group-item {
|
||
|
padding: 0;
|
||
|
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;
|
||
|
}
|
||
|
}
|