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

removed all scss functions around colors

This commit is contained in:
Fedor Katurov 2022-08-13 21:33:37 +07:00
parent f943ef31dd
commit 53dc60bad5
45 changed files with 72 additions and 395 deletions

View file

@ -1,34 +1,5 @@
@import 'src/styles/variables';
@mixin button {
margin: 0 $gap;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
svg {
fill: $gray_50;
transition: fill 0.25s;
}
&:hover {
svg {
fill: $color_danger;
}
}
&::after {
content: ' ';
flex: 0 0 6px;
height: $gap;
width: 6px;
border-radius: 4px;
background: transparentize(black, 0.7);
margin-left: $gap * 2;
}
}
.wrap {
display: flex;
position: relative;
@ -83,15 +54,6 @@
}
}
.btn {
flex: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
fill: $gray_50;
}
.panel {
flex: 1;
min-width: 0;
@ -163,7 +125,7 @@
padding: 0 3px;
border-radius: 10px;
z-index: 3;
color: transparentize($color: white, $amount: 0.5);
color: $gray_50;
pointer-events: none;
touch-action: none;
}
@ -178,6 +140,7 @@
}
.button {
color: white;
@include hover_opacity;
color: white;
cursor: pointer;
}