Auth modal style fixes
This commit is contained in:
parent
aed62e5a8c
commit
96baa8883e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user