1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

logging in via social networks

This commit is contained in:
Fedor Katurov 2019-11-03 18:17:56 +07:00
parent 3983b69c73
commit b28717d6a2
8 changed files with 96 additions and 28 deletions

View file

@ -1,7 +1,32 @@
$vk_color: darken(desaturate($blue, 70%), 20%);
.wrap {
display: flex;
align-items: flex-start;
justify-content: center;
padding: 20px 20px 60px 20px;
padding: 20px;
margin: auto;
h2 {
margin-bottom: $gap * 3 !important;
}
}
.vk {
background: $content_bg;
box-shadow: inset $vk_color 0 0 0 2px;
color: $vk_color;
svg {
fill: $vk_color;
margin-right: $gap;
width: 24px;
height: 24px;
}
}
.buttons {
margin: $gap * 2 0 0 0 !important;
padding: $gap * 2 0 0 0;
border-top: 1px solid black;
}