Added icons to release page. Improved release and home page styling.
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
.scene-title[data-v-5533e378] {
|
||||
color: #000;
|
||||
color: #222;
|
||||
margin: 0;
|
||||
font-size: 1rem;
|
||||
word-wrap: break-word;
|
||||
@@ -115,6 +115,12 @@
|
||||
margin: 0 .25rem 0 0;
|
||||
font-size: .8rem;
|
||||
}
|
||||
.scene-actors[data-v-5533e378] {
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
max-height: 2.5rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
.scene-tags[data-v-5533e378] {
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
@@ -137,7 +143,17 @@
|
||||
}
|
||||
.actor-link[data-v-5533e378],
|
||||
.tag-link[data-v-5533e378] {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
.actor-link[data-v-5533e378]:hover,
|
||||
.tag-link[data-v-5533e378]:hover {
|
||||
color: #ff6c88;
|
||||
}
|
||||
.actor-link[data-v-5533e378] {
|
||||
color: #cc4466;
|
||||
}
|
||||
.tag-link[data-v-5533e378] {
|
||||
color: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
.thumbnail[data-v-5533e378] {
|
||||
width: 300px;
|
||||
@@ -168,6 +184,10 @@
|
||||
padding: 0 1rem;
|
||||
margin: 0 0 .5rem 0;
|
||||
}
|
||||
.row .icon[data-v-2bc41e74] {
|
||||
fill: rgba(0, 0, 0, 0.7);
|
||||
margin: 0 .5rem 0 0;
|
||||
}
|
||||
.actors[data-v-2bc41e74],
|
||||
.tags[data-v-2bc41e74] {
|
||||
list-style: none;
|
||||
@@ -183,6 +203,21 @@
|
||||
display: inline-block;
|
||||
width: .6rem;
|
||||
}
|
||||
.date-link[data-v-2bc41e74],
|
||||
.site-link[data-v-2bc41e74],
|
||||
.network-link[data-v-2bc41e74],
|
||||
.actor-link[data-v-2bc41e74],
|
||||
.tag-link[data-v-2bc41e74] {
|
||||
color: #cc4466;
|
||||
text-decoration: none;
|
||||
}
|
||||
.date-link[data-v-2bc41e74]:hover,
|
||||
.site-link[data-v-2bc41e74]:hover,
|
||||
.network-link[data-v-2bc41e74]:hover,
|
||||
.actor-link[data-v-2bc41e74]:hover,
|
||||
.tag-link[data-v-2bc41e74]:hover {
|
||||
color: #ff6c88;
|
||||
}
|
||||
|
||||
/* $primary: #ff886c; */
|
||||
.noselect {
|
||||
|
||||
Reference in New Issue
Block a user