PluginProbe
WebTotem Security / 2.1.9
WebTotem Security v2.1.9
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 / blocks.css

blocks.css in WebTotem Security 2.1.9, at htdocs/css/blocks.css

65 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wtotem_container {
2 max-width: 1020px;
3 margin: 0 auto; }
4
5 .wtotem_title-info__title {
6 font-size: 14px;
7 text-transform: uppercase; }
8
9 .wtotem_title-info__info {
10 background: url("../img/info-gray.svg") no-repeat center center/cover;
11 display: inline-block;
12 vertical-align: middle;
13 width: 17px;
14 height: 17px;
15 margin-top: -2px; }
16
17 .title {
18 font-size: 24px;
19 font-weight: 700; }
20
21 .section-header-mb {
22 margin-bottom: 25px; }
23
24 .arrow-right {
25 color: #3d50df;
26 cursor: pointer;
27 display: flex;
28 align-items: center; }
29 .arrow-right:after {
30 content: "";
31 border: solid #3d50df;
32 border-width: 0 1px 1px 0;
33 display: inline-block;
34 padding: 3px;
35 transform: rotate(-45deg);
36 -webkit-transform: rotate(-45deg);
37 margin-left: 10px; }
38
39 .wtotem_print {
40 display: flex;
41 align-items: center;
42 cursor: pointer; }
43 .wtotem_print__img {
44 display: block;
45 width: 17px;
46 height: 17px;
47 margin-right: 10px;
48 background: url("../img/print.svg") no-repeat center center/cover; }
49 .wtotem_print__label {
50 color: #86939e; }
51
52 .card {
53 box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
54 border-radius: 4px;
55 background: #fff; }
56
57 /* 576-768px sm Small */
58 @media screen and (max-width: 768px) {
59 .section-header-mb {
60 margin-bottom: 20px; }
61 .arrow-right:after {
62 margin-left: 5px; } }
63
64 /*# sourceMappingURL=blocks.css.map */
65