HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/usr/share/phpmyadmin/themes/pmahomme/scss/
Upload File :
Current File : //proc/thread-self/root/usr/share/phpmyadmin/themes/pmahomme/scss/_list-group.scss
#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;
  }
}