mirror of
https://github.com/ivabus/www
synced 2024-11-24 08:35:07 +03:00
form button is same height on all pages
This commit is contained in:
parent
2885dfedb2
commit
f76bc7f4db
1 changed files with 52 additions and 0 deletions
|
@ -93,3 +93,55 @@ mark{
|
|||
.flex.column {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.subscribe-collapse{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.klaviyo-form-WxjYGS{
|
||||
border: none !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.form-container{
|
||||
border: 1px solid #949494;
|
||||
border-radius: 5px !important;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#email{
|
||||
width:100%;
|
||||
height: 100% !important;
|
||||
background-color: #1a1a1a;
|
||||
border:none !important;
|
||||
color: white;
|
||||
font-family: "inter", sans-serif;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#email-btn{
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
.email-send{
|
||||
text-transform: uppercase !important;
|
||||
width:20% !important;
|
||||
border-radius: 3px;
|
||||
height: 100% !important;
|
||||
}
|
||||
#email_62853377{
|
||||
background-color: #1a1a1a !important;
|
||||
border-radius: 0px !important;
|
||||
text-align: center !important;
|
||||
border-color: #949494 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
#email_62853377:hover{
|
||||
border-color: #949494 !important;
|
||||
}
|
||||
#email_62853377:focus{
|
||||
box-shadow:none !important;
|
||||
}
|
||||
.go3894874857{
|
||||
height: 50px !important;
|
||||
border-radius: 0px !important;
|
||||
font-family: "inter", sans-serif !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue