mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Fix "declarations that appear after nested rules" deprecation warning
This commit is contained in:
@@ -96,12 +96,12 @@ $base-content-placeholders-spacing: 10px !default;
|
|||||||
|
|
||||||
// Styles
|
// Styles
|
||||||
.base-content-placeholders-heading {
|
.base-content-placeholders-heading {
|
||||||
@include base-content-placeholders-spacing;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@include base-content-placeholders-spacing;
|
||||||
|
|
||||||
&__img {
|
&__img {
|
||||||
@include base-content-placeholders;
|
|
||||||
margin-right: 1.5 * $base-content-placeholders-spacing;
|
margin-right: 1.5 * $base-content-placeholders-spacing;
|
||||||
|
@include base-content-placeholders;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
@@ -112,15 +112,15 @@ $base-content-placeholders-spacing: 10px !default;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
@include base-content-placeholders;
|
|
||||||
width: 85%;
|
width: 85%;
|
||||||
margin-bottom: $base-content-placeholders-spacing;
|
margin-bottom: $base-content-placeholders-spacing;
|
||||||
background: $base-content-placeholders-primary-color;
|
background: $base-content-placeholders-primary-color;
|
||||||
|
@include base-content-placeholders;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__subtitle {
|
&__subtitle {
|
||||||
@include base-content-placeholders;
|
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@include base-content-placeholders;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -128,10 +128,11 @@ $base-content-placeholders-spacing: 10px !default;
|
|||||||
@include base-content-placeholders-spacing;
|
@include base-content-placeholders-spacing;
|
||||||
|
|
||||||
&__line {
|
&__line {
|
||||||
@include base-content-placeholders;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: $base-content-placeholders-spacing;
|
margin-bottom: $base-content-placeholders-spacing;
|
||||||
|
|
||||||
|
@include base-content-placeholders;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user