added asset precompilation to deploy script, style tweaks
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div#c-artists {
|
||||
span.new-artist {
|
||||
font-weight: bold;
|
||||
@@ -19,4 +21,13 @@ div#c-artists {
|
||||
height: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
div.recent-posts {
|
||||
margin-top: 1em;
|
||||
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,11 @@ article.post-preview.blacklisted-active {
|
||||
}
|
||||
|
||||
div#c-posts {
|
||||
span.post-count {
|
||||
color: #CCC;
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
|
||||
div.notice {
|
||||
font-size: 0.8em;
|
||||
padding: 1em;
|
||||
|
||||
Reference in New Issue
Block a user