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
2017-02-18 20:50:34 -08:00

73 lines
1.1 KiB
SCSS

@import 'ember-paper';
.paper-icon {
cursor: pointer;
}
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;
text-align: left;
}
.md-button {
font-size: 13px;
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 !important;
}
md-slider {
cursor: pointer;
}
.md-thumb-text {
user-select: none;
}
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;
}
.ember-basic-dropdown-trigger {
outline: none !important;
}
md-list-item {
margin-bottom: 2vh;
}
@media(max-width:500px) {
#save-beat-preferences-star {
right: 5px;
}
}