62 lines
1.2 KiB
SCSS
62 lines
1.2 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;
|
|
}
|
|
|
|
.bootstrap-tooltip md-icon {
|
|
cursor: pointer;
|
|
-webkit-transform: translate3d(0, 0, 0); // hack for chrome to force hardware acceleration and stop flickering
|
|
}
|
|
|
|
md-slider {
|
|
cursor: pointer;
|
|
}
|
|
|
|
md-slider.md-default-theme .md-thumb:after {
|
|
border-color: $secondaryThemeColor;
|
|
background-color: $secondaryThemeColor;
|
|
}
|
|
|
|
md-icon {
|
|
color: rgba(0, 0, 0, 0.54) !important;
|
|
}
|
|
|
|
md-toolbar {
|
|
background-color: inherit !important;
|
|
}
|
|
|
|
md-switch.md-default-theme.md-checked .md-thumb {
|
|
background-color: $secondaryThemeColor;
|
|
}
|