Line 1: | Line 1: | ||
+ | #HQ_page .button:hover { | ||
+ | background-color: unset!important; | ||
+ | color: unset!important; | ||
+ | } | ||
+ | #HQ_page .button { | ||
+ | min-width: unset!important; | ||
+ | max-width: unset!important; | ||
+ | border: unset!important; | ||
+ | color: unset!important; | ||
+ | background-color: unset!important; | ||
+ | } | ||
.card { | .card { | ||
margin-right: 34px!important; | margin-right: 34px!important; |
Revision as of 16:52, 11 October 2018
- HQ_page .button:hover {
background-color: unset!important; color: unset!important;
}
- HQ_page .button {
min-width: unset!important; max-width: unset!important; border: unset!important; color: unset!important; background-color: unset!important;
} .card {
margin-right: 34px!important; margin-left: 34px!important;
} .card .icon {
margin: 0!important;
} .card .button {
background: #6bd2c1!important;
} .card .button:hover {
background-color: #baebe3!important;
}
- bannerImg {
box-shadow: 3px 5px 14px 0px #cdcdcd!important; margin-top: 20px!important;
} @media only screen and (max-width: 767px) {
.card { margin-right: unset!important; margin-left: unset!important; } .cards { justify-content: center!important; }
}