mobile form styling
parent
279830b7aa
commit
81a8f0604b
|
@ -29,8 +29,8 @@ form .poll {
|
|||
position: absolute;
|
||||
content: '';
|
||||
border-radius: 100%;
|
||||
height: .40rem;
|
||||
width: .40rem;
|
||||
height: .4rem;
|
||||
width: .4rem;
|
||||
top: .18rem;
|
||||
left: .2rem;
|
||||
}
|
||||
|
@ -74,5 +74,27 @@ form .poll {
|
|||
@media only screen and (max-width: 600px) {
|
||||
form .poll {
|
||||
padding: 1rem 0;
|
||||
|
||||
.check{
|
||||
height: 1.25rem;
|
||||
width: 1.25rem;
|
||||
top: .5rem;
|
||||
left: .5rem;
|
||||
}
|
||||
|
||||
.group {
|
||||
|
||||
.check::before {
|
||||
height: .55rem;
|
||||
width: .55rem;
|
||||
top: .22rem;
|
||||
left: .22rem;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 1rem;
|
||||
padding: .25rem 0 0 2.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue