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 {
background: #fff;
min-height: 550px;
position: relative;
@include media-breakpoint-up(md) {
min-height: 710px;
}
input {
font-size: 1.7rem;
}

View File

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