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.
|
-
- .setting-form {
- .panel {
- h4 {
- font-size: 23px;
- margin-bottom: 20px;
- text-transform: uppercase;
- border-bottom: solid 1px gray;
- }
- h4:not(:first-child) {
- margin-top: 45px;
- }
- }
-
- .form-group {
- &.has-success, &.has-success label {
- color: #333;
- }
-
- .checkbox {
- input {
- position: relative;
- top: -1px;
- margin-right: 3px;
- }
- }
-
- &.form-toggle {
- .control-label {
- /*position: relative;
- top: 7px;
- left: 10px;*/
- }
-
- .toggle {
- @include border-radius(5px);
- display: block;
-
- .toggle-group {
- .btn.toggle-on {
- color: white;
- }
- .btn.toggle-off {
- color: white;
- }
- }
- }
- }
- }
- }
|