added red btn similar to blue one
This commit is contained in:
parent
163d977bc2
commit
1e0fa89445
1 changed files with 23 additions and 0 deletions
|
@ -56,6 +56,29 @@
|
||||||
border: 2px solid #8396C4;
|
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) {
|
@media (max-width: 767px) {
|
||||||
.h1-thin {
|
.h1-thin {
|
||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
|
|
Loading…
Reference in a new issue