forked from mirror/_s
fix styling
This commit is contained in:
parent
7b0008b261
commit
028fb126ce
|
@ -8,6 +8,7 @@
|
|||
"rules": {
|
||||
"block-no-empty": null,
|
||||
"no-duplicate-selectors": null,
|
||||
"no-descending-specificity": null,
|
||||
"font-family-no-duplicate-names": null,
|
||||
"declaration-block-no-duplicate-properties": [
|
||||
true,
|
||||
|
|
|
@ -30,7 +30,9 @@
|
|||
line-height: 1.618;
|
||||
font-size: 1em;
|
||||
width: 5.3em;
|
||||
/* stylelint-disable font-family-no-missing-generic-family-keyword */
|
||||
font-family: star;
|
||||
/* stylelint-enable */
|
||||
font-weight: 400;
|
||||
|
||||
&::before {
|
||||
|
@ -81,7 +83,9 @@ p.stars {
|
|||
width: 1em;
|
||||
height: 1em;
|
||||
line-height: 1;
|
||||
/* stylelint-disable font-family-no-missing-generic-family-keyword */
|
||||
font-family: star;
|
||||
/* stylelint-enable */
|
||||
content: "\53";
|
||||
color: $color__text-main;
|
||||
text-indent: 0;
|
||||
|
|
|
@ -19,6 +19,7 @@ address {
|
|||
|
||||
pre {
|
||||
background: $color__background-pre;
|
||||
|
||||
@include font-pre;
|
||||
font-size: 0.9375rem;
|
||||
line-height: $font__line-height-pre;
|
||||
|
@ -32,6 +33,7 @@ code,
|
|||
kbd,
|
||||
tt,
|
||||
var {
|
||||
|
||||
@include font-code;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@ select,
|
|||
optgroup,
|
||||
textarea {
|
||||
color: $color__text-main;
|
||||
|
||||
@include font-body;
|
||||
font-size: 1rem;
|
||||
line-height: $font__line-height-body;
|
||||
|
|
468
woocommerce.css
468
woocommerce.css
File diff suppressed because one or more lines are too long
Reference in New Issue