2018-08-11 01:47:10 -04:00
|
|
|
|
|
|
|
.slider {
|
|
|
|
min-width: 250px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.range-slider-fill {
|
|
|
|
background-color: hsl(0, 0%, 21%);
|
|
|
|
}
|
|
|
|
|
2019-01-31 05:42:40 -05:00
|
|
|
.track-progress {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
min-width: 250px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.track-progress .range-slider-knob {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.track-progress .range-slider-fill {
|
|
|
|
background-color: hsl(217, 71%, 53%);
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.track-progress .range-slider-rail {
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.media.with-progress h2:last-of-type {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media.with-progress {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2018-08-11 01:47:10 -04:00
|
|
|
a.navbar-item {
|
|
|
|
outline: 0;
|
|
|
|
line-height: 1.5;
|
|
|
|
padding: .5rem 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-expanded {
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-margin-left-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-has-action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-is-movable {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2018-11-09 23:16:25 -05:00
|
|
|
.fd-has-margin-top {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-has-margin-bottom {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
2018-12-08 02:48:15 -05:00
|
|
|
.fd-remove-padding-bottom {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-09 23:16:25 -05:00
|
|
|
.fd-has-padding-left-right {
|
|
|
|
padding-left: 24px;
|
|
|
|
padding-right: 24px;
|
|
|
|
}
|
|
|
|
|
2018-12-08 02:48:15 -05:00
|
|
|
.fd-is-square .button {
|
|
|
|
height: 27px;
|
|
|
|
width: 27px;
|
|
|
|
}
|
|
|
|
|
2018-08-11 01:47:10 -04:00
|
|
|
.fd-is-text-clipped {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-tabs-section {
|
2018-12-08 02:48:15 -05:00
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-top: 3px;
|
|
|
|
background: white;
|
|
|
|
top: 3.25rem;
|
|
|
|
z-index: 20;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
section.fd-tabs-section + section.fd-content {
|
|
|
|
margin-top: 24px;
|
2018-08-11 01:47:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.fd-progress-bar {
|
|
|
|
top: 52px !important;
|
|
|
|
}
|
|
|
|
|
2018-11-09 23:16:25 -05:00
|
|
|
.fd-has-shadow {
|
|
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
|
|
}
|
|
|
|
|
2020-04-17 10:24:49 -04:00
|
|
|
/* Now playing page */
|
|
|
|
.fd-is-fullheight {
|
|
|
|
height: calc(100vh - 3.25rem - 3.25rem);
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-04-20 13:09:07 -04:00
|
|
|
justify-content: center;
|
2020-04-17 10:24:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.fd-is-fullheight .fd-is-expanded {
|
|
|
|
max-height: calc(100vh - 25rem);
|
|
|
|
padding: 1.5rem;
|
|
|
|
overflow: hidden;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-cover-image {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fd-cover-image img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: contain;
|
2020-04-20 13:09:07 -04:00
|
|
|
object-position: bottom;
|
2020-04-17 10:24:49 -04:00
|
|
|
filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3)) drop-shadow(0px 0px 10px rgba(0,0,0,.3));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-08-11 01:47:10 -04:00
|
|
|
.sortable-chosen .media-right {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.sortable-ghost h1, .sortable-ghost h2 {
|
|
|
|
color: hsl(348, 100%, 61%) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media:first-of-type {
|
|
|
|
padding-top: 17px;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Transition effect */
|
|
|
|
.fade-enter-active, .fade-leave-active {
|
|
|
|
transition: opacity .4s;
|
|
|
|
}
|
|
|
|
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Now playing progress bar */
|
|
|
|
.seek-slider {
|
|
|
|
min-width: 250px;
|
|
|
|
max-width: 500px;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.seek-slider .range-slider-fill {
|
|
|
|
background-color: hsl(171, 100%, 41%);
|
|
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
|
|
}
|
|
|
|
.seek-slider .range-slider-knob {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
background-color: hsl(171, 100%, 41%);
|
|
|
|
border-color: hsl(171, 100%, 41%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add a little bit of spacing between title and subtitle */
|
|
|
|
.title:not(.is-spaced) + .subtitle {
|
|
|
|
margin-top: -1.3rem !important;
|
|
|
|
}
|
|
|
|
.title:not(.is-spaced) + .subtitle + .subtitle {
|
|
|
|
margin-top: -1.3rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Only scroll content if modal contains a card component */
|
|
|
|
.fd-modal-card {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
.fd-modal-card .card-content {
|
|
|
|
max-height: calc(100vh - 200px);
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2018-12-16 05:02:58 -05:00
|
|
|
.fd-modal-card .card {
|
|
|
|
margin-left: 16px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
2019-08-25 02:17:44 -04:00
|
|
|
|
|
|
|
.dropdown-item a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-item:hover {
|
|
|
|
background-color: hsl(0, 0%, 96%)
|
|
|
|
}
|