_list-group.scss 323 B

123456789101112131415161718192021
  1. .list-group {
  2. padding-#{$left}: 40px;
  3. margin: 1rem 0;
  4. }
  5. .list-group-item {
  6. display: list-item;
  7. border: none;
  8. }
  9. #li_select_server,
  10. #li_change_password,
  11. #li_select_mysql_collation,
  12. #li_user_preferences,
  13. #li_select_lang,
  14. #li_select_theme {
  15. &.list-group-item {
  16. display: block;
  17. margin-#{$left}: -20px;
  18. }
  19. }