css: fix stylelint errors.

This commit is contained in:
evazion
2022-01-17 11:58:19 -06:00
parent 54dbf1a436
commit d0ce511465
14 changed files with 42 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
@import "../base/000_vars.scss";
@import "../base/000_vars";
div#c-comments {
div#a-index {

View File

@@ -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);
}

View File

@@ -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;
}

View File

@@ -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");
}
}