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/chrome/app/styles/music-tab.scss
2017-02-15 23:44:58 -08:00

299 lines
4.4 KiB
SCSS

.row {
margin: 0;
}
#music-tab {
padding: 0;
margin-top: 10px;
margin-bottom: 20px;
}
#slide-toggle {
font-size: 22px;
color: $playerDefaultIconColor;
background: #730B07;
div .paper-icon {
color: inherit !important;
font-size: 24px;
font-weight: bold;
}
}
#slide-toggle:hover {
color: lighten($playerDefaultIconColor, 30%) !important;
}
#player-area {
height: $playerHeight;
background-color: black;
display: inline-block;
padding: 0;
cursor: pointer;
}
#playlist {
height: $playerHeight;
background-color: #1E1E1E;
padding: 0 5px 0 5px;
}
#player-area * .noUi-origin {
background-color: $blackish;
border-radius: 5px;
}
#player-area * .noUi-base {
background-color: $blackish;
border-radius: 5px;
}
#volume-bar {
width: 5em;
height: 0.5em;
display: inline-block;
}
#player-area * .noUi-handle::after,
#player-area * .noUi-handle::before {
content: none;
}
#seek-slider {
margin-bottom: 15px;
transition-duration: 0.2s;
height: 8px;
.noUi-handle {
opacity: 1 !important;
}
}
#seek-slider:hover {
height: 8px;
}
#seek-slider:hover * .noUi-handle {
opacity: 1;
}
#seek-slider * .noUi-handle {
border: none;
height: 13px;
width: 13px;
border-radius: 50%;
top: -4px;
left: -6px;
opacity: 0;
transition-duration: 0.1s;
background-color: $secondaryThemeColor !important;
box-shadow: none;
}
#beat-area {
position: relative;
padding: 0;
}
#beat-option-button-group {
margin: 20px 0 10px 0;
}
#light-option {
margin-top: 20px;
display: flex;
justify-content: space-around;
.md-label {
width: auto;
}
}
.beat-option {
padding: 5px 0;
text-align: center;
md-checkbox {
padding: 10px 0;
}
md-switch {
margin: 0;
}
.option-description {
display: inline-flex;
font-size: 20px;
justify-content: center;
flex-direction: column;
}
button {
margin-top: 0;
}
.tooltip {
margin: 0;
}
}
#player-bottom {
color: $blackish;
border: 1px solid black;
width: 100%;
background: white;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
display: flex;
align-items: center;
}
#beat-container {
display: flex;
margin-bottom: 10px;
}
#beat-area .light-group {
margin: 10px 20px 0 40px;
float: right;
div {
display: block;
padding: 10px;
}
}
#add-music-choices {
min-width: initial;
right: 0;
left: initial;
width: 100px;
top: 25px;
}
.add-new-music {
padding: 0 5px 0 10px;
font-size: 16px;
border-radius: 5px;
background: #f8f8f8;
border: none;
}
.add-new-music:hover {
background: darken(#f8f8f8, 5%);
}
.sound-cloud-link {
position: absolute;
right: 55px;
bottom: 22px;
}
#save-beat-preferences-star {
position: absolute;
top: 5px;
left: 5px;
z-index: 1000;
md-icon {
color: $secondaryThemeColor !important;
font-size: 25px;
cursor: default;
}
}
.visualizers-menu {
left: -135px;
}
.display-icon {
background: url(images/huegasm.png) center center no-repeat;
background-size: 80px 80px;
}
.keyboard-arrow-down {
font-size: 20px;
}
.visualizers-menu .paper-icon {
margin-left: 10px;
position: relative;
top: -4px;
}
.close {
font-size: 18px !important;
color: rgb(51, 51, 51);
display: none;
text-shadow: none;
&:hover {
color: darken(#333333, 5%) !important;
}
}
.ember-notify-default.ember-notify-cn {
top: 0;
bottom: initial;
}
#soundcloud-logo {
display: block;
}
#soundcloud-logo-small {
display: none;
}
#soundcloud-tutorial {
width: 100%;
}
@media(max-width:1100px) {
#soundcloud-logo {
display: none;
}
#soundcloud-logo-small {
display: block;
}
}
@media(min-width:767px) and (max-width:1200px) {
#add-new-music-label {
display: none;
}
#play-list-controls .paper-button {
border: 1px solid $whitish;
border-radius: 5px;
}
}
@media(max-width: 500px) {
#sensitivity-settings .noUi-value-vertical {
display: none;
}
.option-description {
height: 55px;
}
}
// mobile overrides
@media(max-width:767px) {
div#player-bottom {
display: block !important;
}
#beat-area {
height: initial;
}
#seek-slider {
height: 8px;
.noUi-handle {
opacity: 1 !important;
}
}
#seek-slider {
margin-bottom: 15px;
}
.close {
display: block;
}
#save-beat-preferences-star {
right: 5px;
left: initial;
}
md-checkbox {
padding-right: 20px !important;
}
}