PluginProbe
WebTotem Security / 2.1.7
WebTotem Security v2.1.7
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / htdocs / css / errors.css

errors.css in WebTotem Security 2.1.7, at htdocs/css/errors.css

93 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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