Fix CSS Lint issues in store-alerts CSS
This commit is contained in:
parent
00eb04255f
commit
8dd179d551
|
@ -7,7 +7,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
&:before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
.is-alert-error {
|
.is-alert-error {
|
||||||
$alert-color: #dc3232;
|
$alert-color: #dc3232;
|
||||||
|
|
||||||
&:before {
|
&::before {
|
||||||
background-color: $alert-color;
|
background-color: $alert-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
.is-alert-update {
|
.is-alert-update {
|
||||||
$alert-color: #11a0d2;
|
$alert-color: #11a0d2;
|
||||||
|
|
||||||
&:before {
|
&::before {
|
||||||
background-color: $alert-color;
|
background-color: $alert-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-store-alerts.is-loading {
|
.woocommerce-store-alerts.is-loading {
|
||||||
&:before {
|
&::before {
|
||||||
@include placeholder();
|
@include placeholder();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue