33 lines
438 B
SCSS
33 lines
438 B
SCSS
@import "../common/000_vars.css.scss";
|
|
|
|
div#c-posts {
|
|
section#mode-box {
|
|
display: none;
|
|
}
|
|
|
|
section#tag-box {
|
|
ul {
|
|
font-size: $h2_size;
|
|
font-weight: bold;
|
|
|
|
li {
|
|
margin: 0.5em 0;
|
|
}
|
|
}
|
|
|
|
a.search-tag {
|
|
}
|
|
|
|
a.search-inc-tag {
|
|
display: none;
|
|
}
|
|
|
|
a.search-exl-tag {
|
|
display: none;
|
|
}
|
|
|
|
span.post-count {
|
|
display: none;
|
|
}
|
|
}
|
|
} |