| 1 |
.wtotem_layout { |
| 2 |
background: #e5e5e5; } |
| 3 |
|
| 4 |
.wtotem_alert { |
| 5 |
padding: 17px 22px; |
| 6 |
display: flex; |
| 7 |
justify-content: space-between; |
| 8 |
align-items: center; |
| 9 |
background: #fff; |
| 10 |
border-radius: 4px; |
| 11 |
margin-bottom: 30px; } |
| 12 |
.wtotem_alert__desc { |
| 13 |
display: flex; |
| 14 |
align-items: center; } |
| 15 |
.wtotem_alert__img { |
| 16 |
margin-right: 5px; |
| 17 |
display: flex; |
| 18 |
align-items: center; |
| 19 |
justify-content: center; } |
| 20 |
.wtotem_alert__img_cross { |
| 21 |
width: 16px; |
| 22 |
height: 16px; |
| 23 |
border-radius: 100px; |
| 24 |
display: flex; |
| 25 |
align-items: center; |
| 26 |
justify-content: center; |
| 27 |
background: #ee3f3f; } |
| 28 |
.wtotem_alert__img_cross:before { |
| 29 |
content: ""; |
| 30 |
position: absolute; |
| 31 |
display: block; |
| 32 |
width: 8px; |
| 33 |
height: 1.3px; |
| 34 |
border-radius: 1px; |
| 35 |
transform: rotate(45deg); |
| 36 |
background: #fff; } |
| 37 |
.wtotem_alert__img_cross:after { |
| 38 |
content: ""; |
| 39 |
position: absolute; |
| 40 |
display: block; |
| 41 |
width: 8px; |
| 42 |
height: 1.3px; |
| 43 |
border-radius: 1px; |
| 44 |
transform: rotate(-45deg); |
| 45 |
background: #fff; } |
| 46 |
.wtotem_alert__title { |
| 47 |
font-size: 12px; |
| 48 |
text-transform: uppercase; } |
| 49 |
.wtotem_alert__title_yellow { |
| 50 |
color: #f5c451; } |
| 51 |
.wtotem_alert__title_green { |
| 52 |
color: #4bc374; } |
| 53 |
.wtotem_alert__title_red { |
| 54 |
color: #ee3f3f; } |
| 55 |
.wtotem_alert__text { |
| 56 |
color: #1d293f; |
| 57 |
font-size: 12px; } |
| 58 |
.wtotem_alert__close { |
| 59 |
position: relative; |
| 60 |
width: 10px; |
| 61 |
height: 10px; |
| 62 |
display: flex; |
| 63 |
justify-self: center; |
| 64 |
align-items: center; |
| 65 |
cursor: pointer; } |
| 66 |
.wtotem_alert__close:before { |
| 67 |
content: ""; |
| 68 |
position: absolute; |
| 69 |
display: block; |
| 70 |
width: 10px; |
| 71 |
height: 2px; |
| 72 |
border-radius: 1px; |
| 73 |
transform: rotate(45deg); |
| 74 |
background: #000; } |
| 75 |
.wtotem_alert__close:after { |
| 76 |
content: ""; |
| 77 |
position: absolute; |
| 78 |
display: block; |
| 79 |
width: 10px; |
| 80 |
height: 2px; |
| 81 |
border-radius: 1px; |
| 82 |
transform: rotate(-45deg); |
| 83 |
background: #000; } |
| 84 |
|
| 85 |
/* 576-768px sm Small */ |
| 86 |
@media screen and (max-width: 768px) { |
| 87 |
.wtotem_alert { |
| 88 |
margin-bottom: 20px; } } |
| 89 |
|
| 90 |
/* 320-576px Extra small */ |
| 91 |
|
| 92 |
/*# sourceMappingURL=errors.css.map */ |
| 93 |
|