Merge pull request #11703 from eileenmcnaughton/export
[civicrm-core.git] / css / backdrop.css
1 /* Styles specific to Backdrop CMS */
2
3 /* Make status messages work with Backdrop styles */
4 .crm-container .messages.status {
5 background-color: #E9EEBC;
6 padding: 0.9em 0.625em 1em 3.438em;
7 border: none;
8 }
9
10 @media only screen and (min-width:34em) {
11 .crm-container .messages.status {
12 padding-left: 4.375em;
13 }
14 }
15