Merge pull request #21943 from mattwire/gccacheignore
[civicrm-core.git] / css / backdrop.css
CommitLineData
88764dbe 1/* Styles specific to Backdrop CMS */
2
3/* Make status messages work with Backdrop styles */
d56dfa66 4.crm-container :not(.crm-footer) .messages.status {
9383ac27 5 background-color: #e9eebc;
88764dbe 6 padding: 0.9em 0.625em 1em 3.438em;
7 border: none;
8}
9
d56dfa66
LC
10.crm-container :not(.crm-footer) .messages.status .crm-i {
11 font-size: 1.5rem;
12 color: #fff;
9383ac27 13 background-color: #cfde56;
d56dfa66
LC
14 position: absolute;
15 padding: .4rem;
16 left: 0;
17 top: 0;
18 box-sizing: border-box;
19}
20
88764dbe 21@media only screen and (min-width:34em) {
d56dfa66 22 .crm-container :not(.crm-footer) .messages.status {
88764dbe 23 padding-left: 4.375em;
24 }
9383ac27 25
d56dfa66
LC
26 .crm-container :not(.crm-footer) .messages.status .crm-i {
27 font-size: 1.75rem;
28 padding: .5rem;
29 }
88764dbe 30}
d561265f
LC
31
32/* Backdrop main navigation icon */
33#admin-bar #admin-bar-menu > li > .dropdown > li > a.civicrm {
34 background: transparent url(../i/logo_sm.png) 5% center no-repeat;
35 background-size: 16px;
36}