Created
May 3, 2024 18:01
-
-
Save jserrao/a91eccc95e3763f731b431aa01d64ed6 to your computer and use it in GitHub Desktop.
Spark PFB Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Newsletter */ | |
.spkactionform dd { | |
font-size: 14px; | |
padding-top: 0.3vh; | |
} | |
.spkactionform dd label { | |
font-size: 14px; | |
line-height: 1.5; | |
} | |
.spkactionform dt { | |
padding-top: 2vh; | |
} | |
.spkactionform input { | |
border: 1px solid #000; | |
padding: 5px 10px; | |
} | |
.spkactionform input[type='submit'] { | |
background-color: #d23823; | |
border: none; | |
border-radius: 10px; | |
color: white; | |
cursor: pointer; | |
font-family: 'montserrat' sans-serif; | |
font-size: 18px; | |
font-weight: 700; | |
min-width: 100px; | |
margin-top: 25px; | |
padding: 10px 35px; | |
text-align: center; | |
text-decoration: none !important; | |
text-transform: uppercase; | |
} | |
.spkactionform .select2-arrow b { | |
background-position: 0px 4px !important; | |
} | |
.spkactionform textarea { | |
font-size: 14px !important; | |
margin: 5px 0; | |
padding: 5px 10px; | |
width: 100%; | |
min-height: 20vh; | |
} | |
.spkactionform select { | |
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) | |
no-repeat 95% 50%; | |
-moz-appearance: none; | |
-webkit-appearance: none; | |
appearance: none; | |
border: 1px solid #000; | |
border-radius: 0px; | |
padding: 5px 10px; | |
} | |
.spkactionform .select2-container .select2-choice { | |
height: 35px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment