PluginProbe
WebTotem Security / 2.2.1
WebTotem Security v2.2.1
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 / 4-5-content_tables.css

4-5-content_tables.css in WebTotem Security 2.2.1, at htdocs/css/4-5-content_tables.css

128 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wtotem_monitoring {
2 margin-bottom: 20px; }
3
4 .wtotem_scanning {
5 margin-bottom: 20px; }
6
7 .wtotem_table {
8 width: 100%;
9 background: #fff;
10 border-radius: 5px;
11 font-weight: 500; }
12 .wtotem_table__tr {
13 width: 100%;
14 display: flex; }
15 .wtotem_table__th {
16 text-align-last: left;
17 padding: 15px 18px;
18 width: 33.3333333333%;
19 border-right: 1px solid #f3f5f6;
20 border-bottom: 1px solid #f3f5f6; }
21 .wtotem_table__th:last-child {
22 border-right: none; }
23 .wtotem_table__td {
24 padding: 12px 18px;
25 display: flex;
26 justify-content: space-between;
27 align-items: center;
28 width: 33.3333333333%;
29 border: 1px solid #f3f5f6;
30 border: 1px solid #f3f5f6;
31 border-top: none;
32 border-left: none; }
33 .wtotem_table__td:last-child {
34 border-right: none; }
35 .wtotem_table__info .wtotem_table__td {
36 border-top: none;
37 border-bottom: none; }
38 .wtotem_table__info_last .wtotem_table__td {
39 border-bottom: 1px solid #f3f5f6; }
40 .wtotem_table__right_progress-wrap {
41 width: 167px; }
42 .wtotem_table__stick-progress {
43 position: relative;
44 background: #3d50df;
45 width: 96px;
46 height: 7px;
47 border-radius: 100px; }
48 .wtotem_table__stick-progress:after {
49 content: "df";
50 position: absolute;
51 top: 0;
52 left: 0;
53 width: 167px;
54 height: 7px;
55 opacity: 0.1;
56 border-radius: 100px;
57 background: #5e6977; }
58 .wtotem_table__initial-value {
59 font-size: 10px;
60 font-weight: 500;
61 color: #5e6977; }
62 .wtotem_table__message {
63 position: absolute;
64 top: -20px;
65 right: -12px;
66 z-index: 50;
67 width: 30px;
68 height: 15px;
69 border-radius: 2px;
70 background: #3d50df;
71 font-size: 10px;
72 font-weight: 500;
73 text-align: center;
74 color: #fff;
75 display: flex;
76 justify-content: center;
77 align-items: center; }
78 .wtotem_table__triangle {
79 position: absolute;
80 z-index: -1;
81 top: 55%;
82 left: 40%;
83 width: 8.5px;
84 height: 8.5px;
85 display: block;
86 border-radius: 1px;
87 transform: rotate(45deg);
88 background: #3d50df;
89 margin: 0 auto; }
90 .wtotem_table__check-mark_big {
91 width: 56px;
92 height: 56px;
93 margin: 0 auto;
94 margin-bottom: -50px; }
95 .wtotem_table__attention {
96 color: #dcb320; }
97 .wtotem_table__expired {
98 color: #d56c6a; }
99 .wtotem_table__solve {
100 color: #3d50df; }
101 .wtotem_table__text {
102 text-align: right;
103 color: #86939e; }
104 .wtotem_table__title {
105 font-size: 14px;
106 text-transform: uppercase; }
107 .wtotem_table__ok {
108 color: #4bc374; }
109 .wtotem_table__td-last {
110 padding: 12px 18px;
111 width: 100%;
112 display: flex;
113 justify-content: space-between;
114 align-items: center; }
115 .wtotem_table__td-last span {
116 color: #3d50df; }
117 .wtotem_table__td-last:after {
118 content: "";
119 margin-left: auto;
120 border: solid #5e6977;
121 border-width: 0 1.5px 1.5px 0;
122 display: inline-block;
123 padding: 4px;
124 transform: rotate(-45deg);
125 -webkit-transform: rotate(-45deg); }
126
127 /*# sourceMappingURL=4-5-content_tables.css.map */
128