platypush/platypush/backend/http/static/css/source/common/elements.scss

21 lines
353 B
SCSS
Raw Normal View History

//// General purpose classes /////
.hidden {
display: none !important;
}
.selected {
background: $selected-bg;
}
.pull-right {
text-align: right !important;
}
//// UI elements definitions /////
@import 'common/elements/button';
@import 'common/elements/switch';
2019-05-26 03:53:48 +02:00
@import 'common/elements/range-slider';
@import 'common/elements/slider';