33 lines
No EOL
499 B
SCSS
33 lines
No EOL
499 B
SCSS
/*
|
|
|
|
=====================
|
|
STYLE SWITCHER FOR DEMO
|
|
=====================
|
|
|
|
*/
|
|
|
|
#style-switch-button {
|
|
position: fixed;
|
|
top: 160px;
|
|
left: 0px;
|
|
border-radius: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.style-switch-select {
|
|
height: auto !important;
|
|
}
|
|
|
|
#style-switch {
|
|
width: 300px;
|
|
padding: 20px;
|
|
position: fixed;
|
|
top: 200px;
|
|
left: 0;
|
|
background: #fff;
|
|
border: solid 1px $gray-400;
|
|
z-index: 2000;
|
|
h4 {
|
|
color: $gray-700;
|
|
}
|
|
} |