1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +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,16 +1,20 @@
@import "src/styles/variables.scss";
@import 'src/styles/variables.scss';
@keyframes appear {
0% { opacity: 0 }
100% { opacity: 1 }
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.popper {
@include outer_shadow;
background-color: darken($content_bg, 4%);
background-color: $content_bg_darker;
padding: $gap;
box-sizing:border-box;
box-sizing: border-box;
touch-action: none;
pointer-events: none;
border-radius: $radius;

View file

@ -1,5 +1,5 @@
@import "src/styles/variables";
@import "~flexbin/flexbin";
@import 'src/styles/variables';
@import '~flexbin/flexbin';
.wrap {
@include row_shadow;
@ -23,7 +23,7 @@
touch-action: none;
transition: opacity 0.25s, transform 0.25s;
cursor: pointer;
background: $red;
background: $color_danger;
z-index: 2;
& > div {
@ -46,7 +46,7 @@
border-radius: 0 0 0 $radius;
opacity: 1;
transform: translate(0, 0);
background: transparentize($red, $amount: 0.5);
background: transparentize($color_danger, $amount: 0.5);
}
}
@ -95,7 +95,7 @@
.date {
background: transparentize($color: $content_bg, $amount: 0.2);
border-radius: $radius 0 $radius 0;
color: transparentize(white, 0.2);
color: $gray_25;
}
}
@ -111,7 +111,7 @@
color: transparentize($color: white, $amount: 0.8);
padding: 0 6px 2px;
z-index: 2;
background: $comment_bg;
background: $content_bg_light;
border-radius: 4px;
pointer-events: none;
touch-action: none;

View file

@ -1,8 +1,8 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.bar {
font: $font_12_regular;
color: darken(white, 60%);
color: $gray_50;
user-select: none;
width: 100%;
text-align: center;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
display: flex;
@ -49,7 +49,7 @@
position: absolute;
bottom: 0;
left: 50%;
background: $red;
background: $color_danger;
z-index: 10;
font: $font_12_regular;
box-sizing: border-box;

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.wrap {
position: absolute;
@ -9,12 +9,6 @@
z-index: 10;
outline: none;
cursor: pointer;
&:hover {
.dot {
background: $secondary;
}
}
}
@keyframes appear {
@ -57,6 +51,6 @@
}
&:hover {
background: $primary;
background: $color_primary;
}
}

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.text {
padding: 0 $gap;
@ -26,12 +26,12 @@
}
:global(.green) {
color: $wisegreen;
color: $color_primary;
}
& > :last-child::after {
display: inline-block;
content: " ";
content: ' ';
height: 1em;
width: 120px;
flex: 0 0 120px;