1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +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";
.item { .item {
display: flex; display: flex;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.contacts { .contacts {
@include inner_shadow; @include inner_shadow;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.wrap { .wrap {
display: grid; display: grid;

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
@keyframes appear { @keyframes appear {
0% { opacity: 0 } 0% { opacity: 0 }

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
.title { .title {
font: $font_12_semibold; font: $font_12_semibold;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.wrap { .wrap {
display: flex; display: flex;
@ -29,4 +29,4 @@
.tabs { .tabs {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
} }

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
@keyframes appear { @keyframes appear {
0% { 0% {

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.shade { .shade {
background: linear-gradient(7deg, transparentize($content_bg, 0.05) 30px, transparentize($content_bg, 1) 250px); background: linear-gradient(7deg, transparentize($content_bg, 0.05) 30px, transparentize($content_bg, 1) 250px);

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.cell { .cell {
@include inner_shadow; @include inner_shadow;

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.text { .text {
padding: $gap; padding: $gap;
@ -8,4 +8,3 @@
.heading { .heading {
margin-bottom: 0.4em; margin-bottom: 0.4em;
} }

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
@mixin mobile { @mixin mobile {
@media (max-width: $cell * 2) { @media (max-width: $cell * 2) {

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
@keyframes spin { @keyframes spin {
0% { 0% {

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.textarea { .textarea {
background: none; background: none;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
.image { .image {
position: absolute; position: absolute;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
div.block { div.block {
@include inner_shadow_active; @include inner_shadow_active;

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
.wrapper { .wrapper {
border-radius: $radius; border-radius: $radius;

View file

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

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
.title { .title {
padding-bottom: $gap; padding-bottom: $gap;
@ -23,4 +23,3 @@
.updates { .updates {
padding: 0 $gap / 4 $gap * 2; padding: 0 $gap / 4 $gap * 2;
} }

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables.scss"; @import "src/styles/variables.scss";
.sticky { .sticky {
width: 100%; width: 100%;

View file

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

View file

@ -1,4 +1,4 @@
@import "~/styles/variables"; @import "src/styles/variables";
.wrap { .wrap {
position: relative; position: relative;

View file

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

View file

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