64 lines
1 KiB
SCSS
64 lines
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 {
|
|
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-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;
|
|
}
|
|
|
|
@media(max-width:500px) {
|
|
#save-beat-preferences-star {
|
|
right: 5px;
|
|
}
|
|
}
|