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/web/app/styles/paper.scss
lone-cloud 40eb0cae00 removing groups, fixing deprecations, switching to paper's menu way
BUGS: error on bridge authentication, lightData not updating correctly to reflect the state, unstyled settings menu
2016-10-12 23:18:34 -07:00

98 lines
1.7 KiB
SCSS

@import 'ember-paper';
@import 'huegasm-variables';
md-checkbox.md-default-theme .md-icon {
border-color: inherit !important;
}
md-checkbox.md-default-theme.md-checked .md-icon {
background: $secondaryThemeColor;
}
md-checkbox .md-label {
width: 125px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.md-button {
flex-direction: unset;
span {
width: 100%;
}
}
md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-slider[disabled=disabled] {
cursor: not-allowed;
}
md-progress-circular {
margin: 0 auto 20px auto !important;
}
md-progress-linear {
margin-bottom: 50px;
}
.settings-item span:hover {
text-decoration: underline;
md-icon.settings {
color: black !important;
}
}
.settings-item {
position: relative;
display: inline-block;
transition: 0.1s all ease-in-out;
cursor: pointer;
span md-icon {
position: relative;
bottom: 5px;
right: 5px;
}
}
.bootstrap-tooltip md-icon {
font-size: 22px;
cursor: pointer;
-webkit-transform: translate3d(0, 0, 0); // hack for chrome to force hardware acceleration and stop flickering
}
md-list {
padding: 0;
}
md-list-item .md-no-style {
padding: 0;
}
md-slider {
cursor: pointer;
}
md-slider.md-default-theme .md-thumb:after {
border-color: $secondaryThemeColor;
background-color: $secondaryThemeColor;
}
.paper-sidenav {
overflow: visible;
}
md-icon {
color: rgba(0, 0, 0, 0.54) !important;
}
md-toolbar {
background-color: inherit !important;
}
md-switch.md-default-theme.md-checked .md-bar {
background-color: rgba(241, 43, 36, 0.5);
}
md-switch.md-default-theme.md-checked .md-thumb {
background-color: $secondaryThemeColor;
}