49 lines
722 B
SCSS
49 lines
722 B
SCSS
@import 'huegasm-variables';
|
|
|
|
@import 'bootstrap'; // used to take out bootstrap scss modules that we don't need
|
|
@import 'paper';
|
|
|
|
@import 'bridge-finder';
|
|
@import 'common';
|
|
@import 'dimmer';
|
|
@import 'introjs';
|
|
@import 'hue-controls';
|
|
@import 'light-group';
|
|
@import 'music-tab';
|
|
@import 'noui-slider';
|
|
|
|
[data-ember-action] {
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
}
|
|
|
|
-webkit-tap-highlight-color {
|
|
rgba: (0, 0, 0, 0);
|
|
}
|
|
|
|
body, button {
|
|
font-family: 'Raleway', sans-serif;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
md-dialog {
|
|
p {
|
|
word-break: break-word;
|
|
}
|
|
}
|
|
|
|
.alert {
|
|
margin-bottom: 0;
|
|
border: none;
|
|
}
|
|
|
|
button.md-warn {
|
|
background: $secondaryThemeColor;
|
|
}
|
|
|
|
.ps-scrollbar-y-rail {
|
|
opacity: 1 !important;
|
|
}
|