1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed scss imports

This commit is contained in:
Fedor Katurov 2022-01-09 20:31:58 +07:00
parent ffce400398
commit 3656b6d218
43 changed files with 44 additions and 48 deletions

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
@include outer_shadow;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
padding: $gap $lab_gap $lab_gap;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
padding: $lab_gap / 2 $lab_gap 0;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
@include outer_shadow;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.item {
flex: 0 0 auto;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
min-width: 0;
@ -31,4 +31,3 @@
padding: $gap / 2 0;
text-decoration: none;
}

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrapper {
display: flex;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables";
@import "src/styles/variables";
.line {
height: 4px;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
@include outer_shadow;
@ -14,4 +14,3 @@
@include hero_gradient;
}
}

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
padding: $lab_gap - $gap $lab_gap 0;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.pad {
height: $gap;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.tags {
display: flex;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss";
@import "src/styles/variables.scss";
.wrap {
padding: 0 $lab_gap;