@import "components/select";
+
+
+
+#player-bar {
+
// copied from local, move to base
.jp-state-playing .icon-play {
&:before {
// *
+
+
.c-media {
margin: 0 auto;
}
width: 100%;
align-items: center;
position: relative;
- background-color: black;
+ color: #083F4D;
+ background-color: #D5ECED;
padding: 0 34px 0 14px;
}
.c-player__btn {
- background: white;
+ background: #083F4D;
border: 0;
outline: 0;
border-radius: 50%;
}
.icon {
- color: white;
+ color: #083F4D;
font-size: 16px;
}
}
.icon {
font-size: 21px;
- color: white;
+ color: #083F4D;
margin-right: 8px;
cursor: pointer;
}
&.up:after {
content: '▲';
- color: white;
+ color: #083F4D;
font-size: .8em;
position: absolute;
top: 0px;
}
&.down:after {
content: '▼';
- color: white;
+ color: #083F4D;
font-size: .8em;
position: absolute;
bottom: 2px;
}
}
+}
#menu {
.with-player-bar .playing-highlight {
- background: #D5ECED;
+ background: #FFE694;
}
#player-bar {
display: block;
}
- .syncable {
- cursor: pointer;
- }
}
.annoy-banner-on_blackout {