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

removed login splotches

This commit is contained in:
muerwre 2019-04-04 20:30:30 +07:00
parent e928d1bef9
commit ed9cf19bf4
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: url('../../../sprites/splotchy.svg'); //background: url('../../../sprites/splotchy.svg');
background-size: cover; background-size: cover;
//@include outer_shadow(); //@include outer_shadow();
} }

View file

@ -1,7 +1,6 @@
.wrapper { .wrapper {
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
align-items: center;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
align-items: stretch; align-items: stretch;