mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
refactored login dialog
This commit is contained in:
parent
16700432d2
commit
20f49a52b5
6 changed files with 71 additions and 63 deletions
|
@ -1,6 +1,8 @@
|
|||
$secondary_color: darken(desaturate($blue, 100%), 30%);
|
||||
$vk_color: $secondary_color;
|
||||
|
||||
.dialog {}
|
||||
|
||||
.wrap {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
@ -37,14 +39,6 @@ $vk_color: $secondary_color;
|
|||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: $gap;
|
||||
|
||||
button {
|
||||
// text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
font: $font_14_regular;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue