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.
29 lines
763 B
29 lines
763 B
/*******************************************************
|
|
* Custom theme code styles
|
|
* Written by Themelize.me (http://themelize.me)
|
|
*
|
|
* Includes the base variables & mixins needed for all
|
|
* scss files
|
|
*******************************************************/
|
|
|
|
.bootstrap-switch {
|
|
min-width: none;
|
|
}
|
|
|
|
.bootstrap-switch>div>span,
|
|
.bootstrap-switch>div>label {
|
|
height: auto;
|
|
line-height: 1;
|
|
padding: 8px;
|
|
}
|
|
|
|
.bootstrap-switch>div>span.bootstrap-switch-primary {
|
|
background: #55A79A;
|
|
}
|
|
|
|
.bootstrap-switch.bootstrap-switch-focused {
|
|
border-color: #55A79A;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
} |