# wt-security/2.1.9/htdocs/css/errors.css

WebTotem Security, version 2.1.9. 93 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.1.9/code/htdocs/css/errors.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.1.9/raw/htdocs/css/errors.css
- Modified: 2020-08-10T10:53:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.1.9/code/htdocs/css/errors.css#L10-L20`.

```css
.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 */

```
