Add mobile-specific CCS for selector in Merchants page

This commit is contained in:
erciccione 2020-01-24 21:55:01 +01:00
parent 61b3bf5add
commit 741f35411a
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -3431,6 +3431,16 @@ footer {
left: calc(3 * (100% / 5));
}
@media only screen and (max-width: 50rem) {
.tabPanel-merchant > h2 {
font-size: 1.1rem;
height: 3rem;
padding: 1rem 0;
}
}
/***************************ROADMAP STYLING*********************************/
.roadmap .completed {