Update style.css
This commit is contained in:
parent
b0ae71e5fc
commit
d1e7c65920
11
style.css
11
style.css
|
@ -81,13 +81,12 @@ form button{
|
||||||
color:#fff;
|
color:#fff;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
#form2{
|
#form2, #form3 {
|
||||||
left:450px;
|
position: absolute;
|
||||||
|
transform: translateX(450px);
|
||||||
|
transition: transform 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form3{
|
|
||||||
left:450px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.step-row{
|
.step-row{
|
||||||
width:360px;
|
width:360px;
|
||||||
|
@ -127,7 +126,7 @@ form button{
|
||||||
|
|
||||||
.dropdown select{
|
.dropdown select{
|
||||||
position:relative;
|
position:relative;
|
||||||
min-width: 18px;
|
min-width: 180px;
|
||||||
padding: 5px 5px;
|
padding: 5px 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color:#333
|
color:#333
|
||||||
|
|
Loading…
Reference in a new issue