Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / css / toolbar-warning.css
1 /**
2  * @file
3  * Styling for toolbar warning message.
4  */
5
6 .toolbar-warning {
7   margin: 0.5em 0;
8   padding: 0.5em 2em 0.5em 2.3333em;
9   background: url(../../../../core/misc/icons/e29700/warning.svg) no-repeat center center transparent;
10   background-size: auto 20px;
11   text-indent: -1000px;
12   overflow: hidden;
13 }
14
15 .toolbar-warning:hover {
16   color: #000;
17 }
18
19 @media only screen and (min-width: 40em) {
20   .toolbar-warning {
21     padding-right: 1em;
22     border-radius: 4px;
23     border-color: #f4daa6;
24     background-color: #fdf8ed;
25     background-position: 0.5em center;
26     background-size: auto 18px;
27     text-indent: 0;
28     text-decoration: none;
29     font-weight: bold;
30     color: #000;
31   }
32 }