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

Добавил тему "Веспера"

This commit is contained in:
muerwre 2022-08-14 15:19:54 +07:00 committed by GitHub
parent 5d34090238
commit aee4b662d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 1331 additions and 1338 deletions

View file

@ -1,11 +1,11 @@
@import "src/styles/variables.scss";
@import 'src/styles/variables.scss';
.toggle {
height: 24px;
width: 48px;
flex: 0 0 48px;
border-radius: 12px;
background-color: transparentize(white, 0.9);
background-color: $gray_90;
display: flex;
border: none;
outline: none;
@ -33,7 +33,7 @@
height: 18px;
width: 18px;
border-radius: 11px;
background-color: darken(white, 50%);
background-color: $gray_50;
transform: translate(0, 0);
transition: transform 0.25s, color 0.25s, background-color;
}
@ -45,19 +45,19 @@
}
&.primary {
background-color: $wisegreen;
background-color: $color_primary;
}
&.secondary {
background-color: transparentize(white, 0.85);
background-color: $gray_90;
}
&.lab {
background-color: $blue;
background-color: $color_lab;
}
&.danger {
background-color: $red;
background-color: $color_danger;
}
&.monochrome {