Auth modal style fixes

This commit is contained in:
kvakazyambra 2023-05-13 23:48:56 +03:00
parent aed62e5a8c
commit 96baa8883e
2 changed files with 6 additions and 0 deletions

View File

@ -1,7 +1,12 @@
.view { .view {
background: #fff; background: #fff;
min-height: 550px;
position: relative; position: relative;
@include media-breakpoint-up(md) {
min-height: 710px;
}
input { input {
font-size: 1.7rem; font-size: 1.7rem;
} }

View File

@ -28,6 +28,7 @@
img { img {
height: 1em; height: 1em;
margin: 0 auto;
max-width: 1.8em; max-width: 1.8em;
vertical-align: middle; vertical-align: middle;
width: auto; width: auto;