css: fix stylelint errors.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../base/000_vars.scss";
|
||||
@import "../base/000_vars";
|
||||
|
||||
div#c-comments {
|
||||
div#a-index {
|
||||
|
||||
@@ -12,7 +12,7 @@ div[data-tippy-root].tooltip-loading {
|
||||
box-shadow: var(--shadow-lg);
|
||||
|
||||
/* bordered arrow styling; see https://github.com/atomiks/tippyjs/blob/master/src/scss/themes/light-border.scss */
|
||||
&[data-placement^=bottom] {
|
||||
&[data-placement^="bottom"] {
|
||||
> .tippy-arrow::before {
|
||||
border-bottom-color: var(--post-tooltip-background-color);
|
||||
bottom: 16px;
|
||||
@@ -26,7 +26,7 @@ div[data-tippy-root].tooltip-loading {
|
||||
}
|
||||
}
|
||||
|
||||
&[data-placement^=top] {
|
||||
&[data-placement^="top"] {
|
||||
> .tippy-arrow::before {
|
||||
border-top-color: var(--post-tooltip-background-color);
|
||||
}
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
div.note-body, div.note-box.embedded div.note-box-inner-border {
|
||||
box-sizing: content-box;
|
||||
|
||||
h1, h2, h3, h4, h5, h6, a, span, div, blockquote, p, ul, li, ol, em, strong, small, big, b, i, font, u, s, code, center {
|
||||
h1, h2, h3, h4, h5, h6, a, span, div, blockquote, p, ul, li, ol, em,
|
||||
strong, small, big, b, i, font, u, s, code, center {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ div#c-posts {
|
||||
top: -16%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: top left/20% no-repeat url(../../../../../public/images/danbirthday.png);
|
||||
background: top left/20% no-repeat url("../../../../../public/images/danbirthday.png");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user