Line 1: | Line 1: | ||
#HQ_page .button:hover { | #HQ_page .button:hover { | ||
− | background-color: unset | + | background-color: unset; |
− | color: unset | + | color: unset; |
} | } | ||
#HQ_page .button { | #HQ_page .button { | ||
− | min-width: unset | + | min-width: unset; |
− | max-width: unset | + | max-width: unset; |
− | border: unset | + | border: unset; |
− | color: unset | + | color: unset; |
− | background-color: unset | + | background-color: unset; |
} | } | ||
.card { | .card { |
Revision as of 16:53, 11 October 2018
- HQ_page .button:hover {
background-color: unset; color: unset;
}
- HQ_page .button {
min-width: unset; max-width: unset; border: unset; color: unset; background-color: unset;
} .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; }
}