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:
parent
ffce400398
commit
3656b6d218
43 changed files with 44 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
@import "~/styles/variables";
|
||||
@import "src/styles/variables";
|
||||
|
||||
.shade {
|
||||
background: linear-gradient(7deg, transparentize($content_bg, 0.05) 30px, transparentize($content_bg, 1) 250px);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~/styles/variables";
|
||||
@import "src/styles/variables";
|
||||
|
||||
.cell {
|
||||
@include inner_shadow;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~/styles/variables";
|
||||
@import "src/styles/variables";
|
||||
|
||||
.dropdown {
|
||||
@include outer_shadow;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~/styles/variables";
|
||||
@import "src/styles/variables";
|
||||
|
||||
.text {
|
||||
padding: $gap;
|
||||
|
@ -8,4 +8,3 @@
|
|||
.heading {
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "~/styles/variables";
|
||||
@import "src/styles/variables";
|
||||
|
||||
@mixin mobile {
|
||||
@media (max-width: $cell * 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue