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

fixed styles imports

This commit is contained in:
Fedor Katurov 2020-11-06 13:05:43 +07:00
parent 2daa38ad12
commit 33e9e01f29
130 changed files with 264 additions and 19 deletions

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
display: flex;
align-items: center;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
@keyframes appear {
from {
opacity: 0;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
@import 'flexbin/flexbin.scss';
.wrap {

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
display: flex;
flex-direction: column;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
position: absolute;
right: 0;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
width: 100%;
height: 0;

View file

@ -1,3 +1,4 @@
@import "src/styles/variables";
.button {
fill: white;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
background: $content_bg;
border-radius: $radius;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
@include outer_shadow();
padding-bottom: 33vh;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
& > div {
margin: 0 0 $gap 0;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.badge {
padding: $gap;
text-align: center;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
padding-bottom: $gap * 2;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.placeholder {
height: 320px;
background: transparentize(black, 0.8);

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
position: relative;
}

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
user-select: none;
overflow: hidden;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.place {
// height: 72px;
position: relative;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
@mixin button {
margin: 0 $gap;
cursor: pointer;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
// padding: $gap;
//background: transparentize(black, 0.8);

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.item {
background: lighten($content_bg, 2%) 50% 50% no-repeat;
padding-bottom: 100%;

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.text {
@include outer_shadow();

View file

@ -1,3 +1,5 @@
@import "src/styles/variables";
.wrap {
padding-bottom: 56.25%;
position: relative;