This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/mobile/app/styles/app.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;
}