forked from DebaucheryLibrarian/traxxx
774 lines
16 KiB
CSS
774 lines
16 KiB
CSS
/* $primary: #ff886c; */
|
|
.filters[data-v-643133a6] {
|
|
display: inline-block;
|
|
list-style: none;
|
|
padding: .5rem;
|
|
margin: 0;
|
|
}
|
|
.filters[data-v-643133a6]:not(:last-child) {
|
|
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.filter[data-v-643133a6] {
|
|
display: inline-block;
|
|
}
|
|
.compact .filters[data-v-643133a6] {
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
.compact .filter[data-v-643133a6] {
|
|
margin: 0 0 1.5rem 0;
|
|
}
|
|
.toggle[data-v-643133a6] {
|
|
color: rgba(0, 0, 0, 0.2);
|
|
box-sizing: border-box;
|
|
padding: .5rem;
|
|
margin: 0 .25rem;
|
|
border: solid 1px transparent;
|
|
font-size: .9rem;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
.toggle .check[data-v-643133a6] {
|
|
display: none;
|
|
}
|
|
.toggle[data-v-643133a6]:hover {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.toggle.active[data-v-643133a6] {
|
|
color: #ff6c88;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.filter-bar[data-v-a678373a] {
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: .5rem 1rem;
|
|
font-size: 0;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.filter-bar .icon[data-v-a678373a] {
|
|
fill: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.filters-container[data-v-a678373a] {
|
|
display: inline-block;
|
|
}
|
|
.filters-compact[data-v-a678373a] {
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
display: none;
|
|
margin: 0 0 0 .5rem;
|
|
}
|
|
.range-button[data-v-a678373a] {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
background: #fff;
|
|
display: inline-block;
|
|
padding: .5rem 1rem;
|
|
border: none;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
font-size: .8rem;
|
|
font-weight: bold;
|
|
}
|
|
.range-button[data-v-a678373a]:hover {
|
|
color: #222;
|
|
cursor: pointer;
|
|
}
|
|
.range-input[data-v-a678373a] {
|
|
display: none;
|
|
}
|
|
.range-input:checked + .range-button[data-v-a678373a] {
|
|
color: #ff6c88;
|
|
}
|
|
@media (max-width: 720px) {
|
|
.filters-container[data-v-a678373a] {
|
|
display: none;
|
|
}
|
|
.filters-compact[data-v-a678373a] {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.tile[data-v-3abcf101] {
|
|
background: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
padding: 0 0 .5rem 0;
|
|
overflow: hidden;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
|
height: 100%;
|
|
}
|
|
.banner[data-v-3abcf101] {
|
|
position: relative;
|
|
margin: 0 0 .5rem 0;
|
|
}
|
|
.thumbnail[data-v-3abcf101] {
|
|
width: 100%;
|
|
height: 12rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
color: rgba(0, 0, 0, 0.5);
|
|
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
|
|
}
|
|
.row[data-v-3abcf101] {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 0 .5rem;
|
|
margin: 0 0 .25rem 0;
|
|
}
|
|
.details[data-v-3abcf101] {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: absolute;
|
|
}
|
|
.site[data-v-3abcf101],
|
|
.date[data-v-3abcf101] {
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
font-size: .8rem;
|
|
padding: .25rem;
|
|
text-decoration: none;
|
|
}
|
|
.site[data-v-3abcf101] {
|
|
font-weight: bold;
|
|
}
|
|
.info[data-v-3abcf101] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
.link[data-v-3abcf101] {
|
|
text-decoration: none;
|
|
}
|
|
.title[data-v-3abcf101] {
|
|
color: #222;
|
|
margin: 0;
|
|
font-size: 1rem;
|
|
word-wrap: break-word;
|
|
overflow: hidden;
|
|
max-height: 3rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
.network[data-v-3abcf101] {
|
|
color: #555;
|
|
margin: 0 .25rem 0 0;
|
|
font-size: .8rem;
|
|
}
|
|
.actors[data-v-3abcf101] {
|
|
word-wrap: break-word;
|
|
overflow: hidden;
|
|
max-height: 2.75rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
.tags[data-v-3abcf101] {
|
|
max-height: 2.85rem;
|
|
padding: .25rem .5rem 1rem .5rem;
|
|
line-height: 1.25rem;
|
|
word-wrap: break-word;
|
|
overflow-y: hidden;
|
|
}
|
|
.actor[data-v-3abcf101] {
|
|
margin: 0 .25rem 0 0;
|
|
}
|
|
.tag[data-v-3abcf101] {
|
|
margin: 0 .25rem .25rem 0;
|
|
}
|
|
.actor[data-v-3abcf101]:not(:last-of-type)::after {
|
|
content: ",";
|
|
}
|
|
.actor-link[data-v-3abcf101] {
|
|
text-decoration: none;
|
|
}
|
|
.actor-link[data-v-3abcf101]:hover {
|
|
color: #ff6c88;
|
|
}
|
|
.actor-link[data-v-3abcf101] {
|
|
color: #cc4466;
|
|
}
|
|
.tag-link[data-v-3abcf101] {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
display: inline-block;
|
|
padding: .25rem;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
font-size: .75rem;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
.tag-link[data-v-3abcf101]:hover {
|
|
color: #ff6c88;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.actor[data-v-6989dc6f] {
|
|
background: #fff;
|
|
display: inline-block;
|
|
margin: 0 .25rem .25rem 0;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.name[data-v-6989dc6f] {
|
|
color: #cc4466;
|
|
display: inline-block;
|
|
padding: .5rem;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.banner[data-v-cbb14462] {
|
|
background: #222;
|
|
flex-shrink: 0;
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
scrollbar-width: none;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
|
|
font-size: 0;
|
|
}
|
|
.banner[data-v-cbb14462]::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.trailer[data-v-cbb14462] {
|
|
display: inline-block;
|
|
max-width: 100vw;
|
|
}
|
|
.trailer-video[data-v-cbb14462] {
|
|
max-width: 100%;
|
|
}
|
|
.item[data-v-cbb14462] {
|
|
height: 100%;
|
|
max-height: 18rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.column[data-v-2bc41e74] {
|
|
width: 1200px;
|
|
max-width: 100%;
|
|
padding: 0 1rem;
|
|
margin: 0 auto;
|
|
box-sizing: border-box;
|
|
}
|
|
.row[data-v-2bc41e74] {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 0 1rem 0;
|
|
}
|
|
.row .icon[data-v-2bc41e74] {
|
|
display: inline-block;
|
|
width: 1rem;
|
|
fill: rgba(0, 0, 0, 0.7);
|
|
margin: 0 1rem 0 0;
|
|
}
|
|
.info[data-v-2bc41e74] {
|
|
background: #fff;
|
|
margin: 0 0 1.5rem 0;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
|
cursor: default;
|
|
}
|
|
.info .column[data-v-2bc41e74] {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 1rem;
|
|
}
|
|
.tidbit[data-v-2bc41e74] {
|
|
display: inline-block;
|
|
height: 100%;
|
|
}
|
|
.tidbit[data-v-2bc41e74]:not(:last-child) {
|
|
border-right: solid 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.tidbit .icon[data-v-2bc41e74] {
|
|
fill: rgba(0, 0, 0, 0.7);
|
|
margin: 0 .25rem 0 0;
|
|
}
|
|
.tidbit.date[data-v-2bc41e74], .tidbit.duration[data-v-2bc41e74], .tidbit.shoot[data-v-2bc41e74] {
|
|
flex-shrink: 0;
|
|
padding: 1.25rem 1rem 1.25rem 0;
|
|
margin: 0 1rem 0 0;
|
|
}
|
|
.site[data-v-2bc41e74] {
|
|
display: inline-flex;
|
|
flex-grow: 1;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
padding: .25rem 0;
|
|
font-size: 0;
|
|
}
|
|
.logo[data-v-2bc41e74] {
|
|
display: inline-block;
|
|
}
|
|
.logo-site[data-v-2bc41e74] {
|
|
height: 3rem;
|
|
max-width: 15rem;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
-o-object-position: 100% 50%;
|
|
object-position: 100% 50%;
|
|
}
|
|
.logo-network[data-v-2bc41e74] {
|
|
height: 1.5rem;
|
|
max-width: 10rem;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
-o-object-position: 100% 50%;
|
|
object-position: 100% 50%;
|
|
}
|
|
.chain[data-v-2bc41e74] {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
padding: 0 .5rem;
|
|
font-weight: bold;
|
|
font-size: .8rem;
|
|
}
|
|
.title[data-v-2bc41e74] {
|
|
margin: 0 0 1.5rem 0;
|
|
}
|
|
.description[data-v-2bc41e74] {
|
|
line-height: 1.25;
|
|
}
|
|
.duration[data-v-2bc41e74] {
|
|
font-size: 0;
|
|
}
|
|
.duration-segment[data-v-2bc41e74] {
|
|
font-size: 1rem;
|
|
}
|
|
.link[data-v-2bc41e74] {
|
|
display: inline-block;
|
|
color: #cc4466;
|
|
text-decoration: none;
|
|
}
|
|
.link[data-v-2bc41e74]:hover {
|
|
color: #ff6c88;
|
|
}
|
|
.link:hover .icon[data-v-2bc41e74] {
|
|
fill: #ff6c88;
|
|
}
|
|
.tag .link[data-v-2bc41e74] {
|
|
background: #fff;
|
|
display: inline-block;
|
|
padding: .5rem;
|
|
margin: 0 .25rem .25rem 0;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
text-decoration: none;
|
|
text-transform: capitalize;
|
|
}
|
|
.tag .link[data-v-2bc41e74]:hover {
|
|
color: #ff6c88;
|
|
}
|
|
.showable[data-v-2bc41e74] {
|
|
display: none;
|
|
}
|
|
@media (max-width: 1200px) {
|
|
.logo-network[data-v-2bc41e74],
|
|
.chain[data-v-2bc41e74] {
|
|
display: none;
|
|
}
|
|
}
|
|
@media (max-width: 720px) {
|
|
.hideable[data-v-2bc41e74] {
|
|
display: none;
|
|
}
|
|
.showable[data-v-2bc41e74] {
|
|
display: block;
|
|
}
|
|
.logo-site[data-v-2bc41e74] {
|
|
width: 15rem;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.header[data-v-3e57cf44] {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.title[data-v-3e57cf44] {
|
|
display: inline-flex;
|
|
align-items: top;
|
|
margin: 0 1rem 0 0;
|
|
}
|
|
.title:hover .icon[data-v-3e57cf44] {
|
|
fill: #ff6c88;
|
|
}
|
|
.heading[data-v-3e57cf44] {
|
|
padding: 0;
|
|
margin: 0 0 1rem 0;
|
|
}
|
|
.link[data-v-3e57cf44] {
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
}
|
|
.logo[data-v-3e57cf44] {
|
|
width: 20rem;
|
|
max-height: 8rem;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
margin: 0 .5rem 1rem 0;
|
|
}
|
|
.networklogo-container[data-v-3e57cf44] {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.networklogo[data-v-3e57cf44] {
|
|
color: #222;
|
|
width: 15rem;
|
|
max-height: 6rem;
|
|
font-weight: bold;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
-o-object-position: 100% 0;
|
|
object-position: 100% 0;
|
|
margin: 0 0 0 .5rem;
|
|
}
|
|
.sites[data-v-3e57cf44],
|
|
.scenes[data-v-3e57cf44] {
|
|
display: grid;
|
|
grid-gap: 1rem;
|
|
margin: 0 0 1rem 0;
|
|
}
|
|
.sites[data-v-3e57cf44] {
|
|
grid-template-columns: repeat(auto-fit, 15rem);
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.tile[data-v-f4958086] {
|
|
background: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: .5rem 1rem;
|
|
border-radius: .25rem;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
.link[data-v-f4958086] {
|
|
text-decoration: none;
|
|
}
|
|
.logo[data-v-f4958086] {
|
|
width: 100%;
|
|
height: 5rem;
|
|
color: #222;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
}
|
|
.title[data-v-f4958086] {
|
|
color: #222;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.header[data-v-757c14c2] {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: top;
|
|
margin: 0 0 2rem 0;
|
|
}
|
|
.title[data-v-757c14c2] {
|
|
display: inline-flex;
|
|
align-items: top;
|
|
margin: 0 1rem 0 0;
|
|
}
|
|
.title:hover .icon[data-v-757c14c2] {
|
|
fill: #ff6c88;
|
|
}
|
|
.logo[data-v-757c14c2] {
|
|
width: 20rem;
|
|
max-height: 8rem;
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
margin: 0 .5rem 0 0;
|
|
}
|
|
.sites[data-v-757c14c2] {
|
|
display: grid;
|
|
grid-gap: 1rem;
|
|
margin: 0 0 2rem 0;
|
|
}
|
|
.sites[data-v-757c14c2] {
|
|
grid-template-columns: repeat(auto-fit, 15rem);
|
|
}
|
|
@media (max-width: 720px) {
|
|
.sites[data-v-757c14c2] {
|
|
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
|
|
}
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.header[data-v-677a8360] {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 1rem;
|
|
}
|
|
.title[data-v-677a8360] {
|
|
display: inline-block;
|
|
margin: 0 .5rem 0 0;
|
|
}
|
|
.heading[data-v-677a8360] {
|
|
padding: 0;
|
|
margin: 0 0 1rem 0;
|
|
}
|
|
.bio-heading[data-v-677a8360] {
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin: .5rem 0 0 0;
|
|
}
|
|
.bio-heading[data-v-677a8360]::after {
|
|
content: ':';
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.header[data-v-80991bcc] {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 1rem;
|
|
}
|
|
.title[data-v-80991bcc] {
|
|
display: inline-block;
|
|
margin: 0 .5rem 0 0;
|
|
text-transform: capitalize;
|
|
}
|
|
.title .icon[data-v-80991bcc] {
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
}
|
|
.heading[data-v-80991bcc] {
|
|
padding: 0;
|
|
margin: 0 0 1rem 0;
|
|
}
|
|
.bio-heading[data-v-80991bcc] {
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin: .5rem 0 0 0;
|
|
}
|
|
.bio-heading[data-v-80991bcc]::after {
|
|
content: ':';
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.errorpage[data-v-29109daf] {
|
|
background: #fff;
|
|
color: #ff6c88;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 2rem;
|
|
}
|
|
.error[data-v-29109daf] {
|
|
margin: 0;
|
|
}
|
|
.home[data-v-29109daf] {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
margin: 3rem 0;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.noselect {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-webkit-tap-highlight-color: transparent; }
|
|
|
|
.nolist {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0; }
|
|
.nolist li {
|
|
display: inline-block;
|
|
padding: 0;
|
|
margin: 0; }
|
|
|
|
.tooltip {
|
|
display: block !important;
|
|
z-index: 10000; }
|
|
.tooltip .tooltip-inner {
|
|
background: #222;
|
|
color: white;
|
|
border-radius: 16px;
|
|
padding: 5px 10px 4px; }
|
|
.tooltip .tooltip-arrow {
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
position: absolute;
|
|
margin: 5px;
|
|
border-color: #222;
|
|
z-index: 1; }
|
|
.tooltip[x-placement^="top"] {
|
|
margin-bottom: 5px; }
|
|
.tooltip[x-placement^="top"] .tooltip-arrow {
|
|
border-width: 5px 5px 0 5px;
|
|
border-left-color: transparent !important;
|
|
border-right-color: transparent !important;
|
|
border-bottom-color: transparent !important;
|
|
bottom: -5px;
|
|
left: calc(50% - 5px);
|
|
margin-top: 0;
|
|
margin-bottom: 0; }
|
|
.tooltip[x-placement^="bottom"] {
|
|
margin-top: 5px; }
|
|
.tooltip[x-placement^="bottom"] .tooltip-arrow {
|
|
border-width: 0 5px 5px 5px;
|
|
border-left-color: transparent !important;
|
|
border-right-color: transparent !important;
|
|
border-top-color: transparent !important;
|
|
top: -5px;
|
|
left: calc(50% - 5px);
|
|
margin-top: 0;
|
|
margin-bottom: 0; }
|
|
.tooltip[x-placement^="right"] {
|
|
margin-left: 5px; }
|
|
.tooltip[x-placement^="right"] .tooltip-arrow {
|
|
border-width: 5px 5px 5px 0;
|
|
border-left-color: transparent !important;
|
|
border-top-color: transparent !important;
|
|
border-bottom-color: transparent !important;
|
|
left: -5px;
|
|
top: calc(50% - 5px);
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
.tooltip[x-placement^="left"] {
|
|
margin-right: 5px; }
|
|
.tooltip[x-placement^="left"] .tooltip-arrow {
|
|
border-width: 5px 0 5px 5px;
|
|
border-top-color: transparent !important;
|
|
border-right-color: transparent !important;
|
|
border-bottom-color: transparent !important;
|
|
right: -5px;
|
|
top: calc(50% - 5px);
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
.tooltip.popover .popover-inner {
|
|
background: #f9f9f9;
|
|
color: black;
|
|
padding: 24px;
|
|
border-radius: 5px;
|
|
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
|
|
.tooltip.popover .popover-arrow {
|
|
border-color: #f9f9f9; }
|
|
.tooltip[aria-hidden='true'] {
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
/* transition: opacity .15s, visibility .15s; */ }
|
|
.tooltip[aria-hidden='false'] {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
/* transition: opacity .15s; */ }
|
|
|
|
html,
|
|
body {
|
|
height: 100%; }
|
|
|
|
body {
|
|
color: #222;
|
|
margin: 0;
|
|
font-family: Verdana, sans-serif; }
|
|
|
|
.nolist {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0; }
|
|
.nolist li {
|
|
display: inline-block; }
|
|
|
|
.heading {
|
|
color: #ff6c88;
|
|
padding: 0;
|
|
margin: 0 0 1rem 0;
|
|
font-size: 1.5rem; }
|
|
|
|
.icon.icon-href {
|
|
fill: rgba(0, 0, 0, 0.5); }
|
|
.icon.icon-href :hover {
|
|
fill: #ff6c88; }
|
|
|
|
.scenes {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(20rem, 0.5fr));
|
|
grid-gap: 1rem; }
|
|
|
|
@media (max-width: 720px) {
|
|
.scenes {
|
|
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); } }
|
|
|
|
/* $primary: #ff886c; */
|
|
.header[data-v-10b7ec04] {
|
|
background: #fff;
|
|
color: #ff6c88;
|
|
padding: .5rem 1rem;
|
|
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.logo-link[data-v-10b7ec04] {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
.logo[data-v-10b7ec04] {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.container {
|
|
background: #fafafa;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
overflow-y: auto;
|
|
}
|
|
.content-inner {
|
|
flex-grow: 1;
|
|
padding: 1rem;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/* $primary: #ff886c; */
|
|
.icon {
|
|
fill: #222;
|
|
display: inline-block;
|
|
flex-shrink: 0;
|
|
width: 1rem;
|
|
height: 1rem;
|
|
}
|
|
.icon svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.icon.active {
|
|
fill: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.icon.active:hover {
|
|
fill: #222;
|
|
cursor: pointer;
|
|
}
|
|
|