forked from DebaucheryLibrarian/traxxx
Added actors page. Added site logos with overview on network page.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
.thumbnail[data-v-3abcf101] {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: 12rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -227,14 +227,40 @@
|
||||
}
|
||||
|
||||
/* $primary: #ff886c; */
|
||||
.network[data-v-757c14c2] {
|
||||
.tile[data-v-f4958086] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
padding: 1rem;
|
||||
overflow: hidden;
|
||||
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: 4rem;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.title[data-v-f4958086] {
|
||||
color: #222;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
/* $primary: #ff886c; */
|
||||
.header[data-v-757c14c2] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 1rem;
|
||||
}
|
||||
.title[data-v-757c14c2] {
|
||||
display: inline-block;
|
||||
@@ -242,15 +268,53 @@
|
||||
}
|
||||
.heading[data-v-757c14c2] {
|
||||
padding: 0;
|
||||
margin: 1rem 0;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.logo[data-v-757c14c2] {
|
||||
height: 3rem;
|
||||
}
|
||||
.sites[data-v-757c14c2],
|
||||
.scenes[data-v-757c14c2] {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
|
||||
grid-gap: 1rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.scenes[data-v-757c14c2] {
|
||||
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
|
||||
}
|
||||
.sites[data-v-757c14c2] {
|
||||
grid-template-columns: repeat(auto-fit, minmax(20rem, 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: ':';
|
||||
}
|
||||
.scenes[data-v-677a8360] {
|
||||
display: grid;
|
||||
grid-gap: 1rem;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
.scenes[data-v-677a8360] {
|
||||
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
|
||||
}
|
||||
|
||||
/* $primary: #ff886c; */
|
||||
|
||||
Reference in New Issue
Block a user