1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +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,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.footer {
padding: $gap;

View file

@ -8,7 +8,7 @@ interface IProps {}
const LoginSocialRegisterButtons: FC<IProps> = () => (
<div className={styles.wrap}>
<Button color="secondary">Впустите меня!</Button>
<Button>Впустите меня!</Button>
</div>
);

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.error_shade {
@include outer_shadow();
@ -19,17 +19,17 @@
text-transform: uppercase;
font: $font_18_semibold;
text-align: center;
color: $wisegreen;
color: $color_primary;
svg {
fill: $wisegreen;
fill: $color_primary;
}
}
.error_shade {
color: $red;
color: $color_danger;
svg {
fill: $red;
fill: $color_danger;
}
}

View file

@ -18,9 +18,7 @@ const RestoreSent: VFC<RestoreSentProps> = ({ onClose }) => (
<div />
<Button color="secondary" onClick={onClose}>
Отлично!
</Button>
<Button onClick={onClose}>Отлично!</Button>
</Group>
);

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.shade {
@include outer_shadow();
@ -19,9 +19,9 @@
text-transform: uppercase;
font: $font_18_semibold;
text-align: center;
color: $wisegreen;
color: $color_primary;
svg {
fill: $wisegreen;
fill: $color_primary;
}
}

View file

@ -20,9 +20,7 @@ const RestoreSuccess: VFC<RestoreSuccessProps> = ({ username, onClick }) => (
<div />
<Button color="secondary" onClick={onClick}>
Ура!
</Button>
<Button onClick={onClick}>Ура!</Button>
</Group>
);

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.shade {
@include outer_shadow();
@ -19,9 +19,9 @@
text-transform: uppercase;
font: $font_18_semibold;
text-align: center;
color: $wisegreen;
color: $color_primary;
svg {
fill: $wisegreen;
fill: $color_primary;
}
}