mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:25:14 +03:00
Adjusted form font size on mobile
This commit is contained in:
parent
0e16c4a6dc
commit
9a82118268
|
@ -16,7 +16,7 @@
|
|||
color: #949494 !important;
|
||||
font-weight: 400 !important;
|
||||
text-transform: uppercase;
|
||||
padding-top:5px !important;
|
||||
padding-top:0px !important;
|
||||
}
|
||||
|
||||
#email_52016048::placeholder{
|
||||
|
@ -51,6 +51,58 @@
|
|||
color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
#email_52016048{
|
||||
background-color: #1a1a1a !important;
|
||||
border: none !important;
|
||||
font-family: "pp-neue-machina", sans-serif !important;
|
||||
outline: none !important;
|
||||
font-size: 28px !important;
|
||||
padding-left: 0px !important;
|
||||
color: #949494 !important;
|
||||
font-weight: 400 !important;
|
||||
text-transform: uppercase;
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
|
||||
#email_52016048::placeholder{
|
||||
font-size: 20px !important;
|
||||
font-family: "pp-neue-machina", sans-serif !important;
|
||||
color: #949494 !important;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
#email_52016048:focus{
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
}
|
||||
|
||||
button.needsclick.go3894874857.kl-private-reset-css-Xuajs1{
|
||||
background-color: #1a1a1a !important;
|
||||
padding-left: 3vw !important;
|
||||
font-family: "pp-neue-machina", sans-serif !important;
|
||||
font-size: 20px !important;
|
||||
font-weight: 400 !important;
|
||||
color: #949494 !important;
|
||||
padding-right: 3vw !important;
|
||||
border-left: 2px solid #949494 !important;
|
||||
transition: 0.2s ease-in-out !important;
|
||||
}
|
||||
|
||||
button.needsclick.go3894874857.kl-private-reset-css-Xuajs1:hover{
|
||||
box-shadow: inset 0px 0px 0px 5px #1a1a1a !important;
|
||||
background-color: #00ffd0 !important;
|
||||
color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
div.needsclick.kl-private-reset-css-Xuajs1{
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue