form button is same height on all pages

This commit is contained in:
tsmitty11 2023-05-22 12:53:45 +02:00
parent 2885dfedb2
commit f76bc7f4db

View file

@ -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;
}