added red btn similar to blue one

This commit is contained in:
wcolmenares 2019-04-16 11:52:22 -04:00
parent 163d977bc2
commit 1e0fa89445
1 changed files with 23 additions and 0 deletions

View File

@ -56,6 +56,29 @@
border: 2px solid #8396C4;
}
.choicered-btn {
min-width: 110px;
background-color: red;
color: #fff;
border: 2px solid red;
padding: 4px 10px;
transition: 0.3s all ease-out;
}
.choicered-btn:focus,
.choicered-btn:hover,
.choicered-btn:active {
color: red;
background-color: #fff;
}
.choicered-btn-faded {
background-color: #8396C4;
border: 2px solid #8396C4;
}
@media (max-width: 767px) {
.h1-thin {
font-size: 27px;