Auth modal style fixes
This commit is contained in:
parent
aed62e5a8c
commit
96baa8883e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
img {
|
||||
height: 1em;
|
||||
margin: 0 auto;
|
||||
max-width: 1.8em;
|
||||
vertical-align: middle;
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user