.wtotem_layout { background: #e5e5e5; } .wtotem_alert { padding: 17px 22px; display: flex; justify-content: space-between; align-items: center; background: #fff; border-radius: 4px; margin-bottom: 30px; } .wtotem_alert__desc { display: flex; align-items: center; } .wtotem_alert__img { margin-right: 5px; display: flex; align-items: center; justify-content: center; } .wtotem_alert__img_cross { width: 16px; height: 16px; border-radius: 100px; display: flex; align-items: center; justify-content: center; background: #ee3f3f; } .wtotem_alert__img_cross:before { content: ""; position: absolute; display: block; width: 8px; height: 1.3px; border-radius: 1px; transform: rotate(45deg); background: #fff; } .wtotem_alert__img_cross:after { content: ""; position: absolute; display: block; width: 8px; height: 1.3px; border-radius: 1px; transform: rotate(-45deg); background: #fff; } .wtotem_alert__title { font-size: 12px; text-transform: uppercase; } .wtotem_alert__title_yellow { color: #f5c451; } .wtotem_alert__title_green { color: #4bc374; } .wtotem_alert__title_red { color: #ee3f3f; } .wtotem_alert__text { color: #1d293f; font-size: 12px; } .wtotem_alert__close { position: relative; width: 10px; height: 10px; display: flex; justify-self: center; align-items: center; cursor: pointer; } .wtotem_alert__close:before { content: ""; position: absolute; display: block; width: 10px; height: 2px; border-radius: 1px; transform: rotate(45deg); background: #000; } .wtotem_alert__close:after { content: ""; position: absolute; display: block; width: 10px; height: 2px; border-radius: 1px; transform: rotate(-45deg); background: #000; } /* 576-768px sm Small */ @media screen and (max-width: 768px) { .wtotem_alert { margin-bottom: 20px; } } /* 320-576px Extra small */ /*# sourceMappingURL=errors.css.map */