1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-04 17:16:40 +07:00

Removed unused colors

This commit is contained in:
Fedor Katurov 2022-08-13 18:42:22 +07:00
parent ba1823ee8a
commit f6b76055d3
106 changed files with 563 additions and 546 deletions

View file

@ -1,8 +1,8 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.dropdown {
@include outer_shadow;
@include blur($red, 15px, 0.3);
@include blur($color_danger, 15px, 0.3);
width: 100%;
height: 100%;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.item {
display: flex;
@ -30,7 +30,7 @@
width: 12px;
height: 12px;
border-radius: 100%;
background: $red;
background: $color_danger;
box-shadow: $content_bg 0 0 0 5px;
position: absolute;
right: -2px;
@ -61,7 +61,7 @@
.comment {
font: $font_12_regular;
margin-top: 4px;
color: darken(white, 50%);
color: $gray_50;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
flex: 1;
@ -12,7 +12,7 @@
flex-direction: column;
flex: 1;
opacity: 0.3;
fill: transparentize(white, 0.7);
fill: $gray_75;
stroke: none;
min-height: 250px;
}

View file

@ -163,5 +163,5 @@ img.preview {
display: flex;
align-items: center;
justify-content: center;
color: transparentize(white, 0.95);
color: $gray_90;
}

View file

@ -1,10 +1,11 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.container {
height: 280px;
width: 100%;
background: transparentize(white, 0.9)
url('http://37.192.131.144/hero/photos/photo-20140527-1639766.jpg') no-repeat 50% 30%;
background: $gray_90
url('http://37.192.131.144/hero/photos/photo-20140527-1639766.jpg')
no-repeat 50% 30%;
background-size: cover;
opacity: 0.7;
will-change: transform;