comparison core/themes/stable/css/system/components/system-status-counter.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
3 * Styles for the system status counter component. 3 * Styles for the system status counter component.
4 */ 4 */
5 5
6 .system-status-counter__status-icon { 6 .system-status-counter__status-icon {
7 display: inline-block; 7 display: inline-block;
8 width: 25px;
8 height: 25px; 9 height: 25px;
9 width: 25px;
10 vertical-align: middle; 10 vertical-align: middle;
11 } 11 }
12 .system-status-counter__status-icon:before { 12 .system-status-counter__status-icon:before {
13 display: block;
13 content: ""; 14 content: "";
15 background-repeat: no-repeat;
16 background-position: center 2px;
14 background-size: 20px; 17 background-size: 20px;
15 background-position: center 2px;
16 background-repeat: no-repeat;
17 display: block;
18 } 18 }
19 19
20 .system-status-counter__status-icon--error:before { 20 .system-status-counter__status-icon--error:before {
21 background-image: url(../../../images/core/icons/e32700/error.svg); 21 background-image: url(../../../images/core/icons/e32700/error.svg);
22 } 22 }