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/paper.scss

50 lines
852 B
SCSS

@import 'ember-paper';
md-checkbox .md-icon, .md-off, .md-on {
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-progress-circular {
margin: 0 auto 20px auto !important;
}
md-progress-linear {
margin-bottom: 50px !important;
}
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-switch.md-default-theme.md-checked .md-thumb {
background-color: $secondaryThemeColor;
}
@media(max-width:500px) {
md-checkbox .md-label {
width: 70px;
}
}