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.

50 lines
811B

  1. .setting-form {
  2. .panel {
  3. h4 {
  4. font-size: 23px;
  5. margin-bottom: 20px;
  6. text-transform: uppercase;
  7. border-bottom: solid 1px gray;
  8. }
  9. h4:not(:first-child) {
  10. margin-top: 45px;
  11. }
  12. }
  13. .form-group {
  14. &.has-success, &.has-success label {
  15. color: #333;
  16. }
  17. .checkbox {
  18. input {
  19. position: relative;
  20. top: -1px;
  21. margin-right: 3px;
  22. }
  23. }
  24. &.form-toggle {
  25. .control-label {
  26. /*position: relative;
  27. top: 7px;
  28. left: 10px;*/
  29. }
  30. .toggle {
  31. @include border-radius(5px);
  32. display: block;
  33. .toggle-group {
  34. .btn.toggle-on {
  35. color: white;
  36. }
  37. .btn.toggle-off {
  38. color: white;
  39. }
  40. }
  41. }
  42. }
  43. }
  44. }