Skip to content

Instantly share code, notes, and snippets.

@tribulant
Last active March 12, 2018 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tribulant/6160e65f24e90d5627886c9d681fdd32 to your computer and use it in GitHub Desktop.
Save tribulant/6160e65f24e90d5627886c9d681fdd32 to your computer and use it in GitHub Desktop.
background-color: #f90f2d;
.control-label {
color: #f90f2d; }
.form-control {
background-color: #f8425d;
color: white !important;
border-radius: 23px;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
}
input::placeholder {
color: white !important;
}
.btn {
border-size: 23px; border-radius: 23px;
padding: 8px 20px;
font-weight: bold;
}
.btn-primary {
background-color: #169d3d; border-color: #169d3d;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
background-color: #059324; border-color: #059324; }
i.newsletters-loading-icon {
color: #ffffff; }
.select2-container--default .select2-selection--single {
background-color: #f8425d; border-radius: 23px; }
.select2-container .select2-selection--single .select2-selection__rendered {
color: #ffffff; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment