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 / services-page / services.css

services.css in WebTotem Security 2.1.7, at htdocs/css/services-page/services.css

50 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wtotem_offer {
2 display: flex;
3 justify-content: space-between;
4 align-items: center;
5 padding: 40px 56px 37px 40px;
6 margin-bottom: 110px; }
7 .wtotem_offer__title {
8 margin-bottom: 22px;
9 font-size: 24px;
10 color: #1d293f;
11 font-weight: 500; }
12 .wtotem_offer__text {
13 width: 601px;
14 margin-bottom: 22px;
15 font-size: 16px;
16 color: #5e6977;
17 line-height: 24px; }
18 .wtotem_offer__btn {
19 color: #fff;
20 background: #3d50df;
21 border-radius: 5px;
22 width: 151px;
23 height: 42px;
24 display: flex;
25 align-items: center;
26 justify-content: center;
27 border: none;
28 cursor: pointer; }
29
30 /* 992-1100px lg Large */
31 /* 768-992px md Medium */
32 @media screen and (max-width: 992px) {
33 .wtotem_offer__title {
34 line-height: 32px;
35 margin-bottom: 20px; }
36 .wtotem_offer__text {
37 width: 100%; } }
38
39 /* 576-768px sm Small */
40 @media screen and (max-width: 768px) {
41 .wtotem_offer {
42 padding: 20px; }
43 .wtotem_offer__img {
44 display: none; } }
45
46 /* 375-576px Extra small */
47 /* 320-375px Extra small */
48
49 /*# sourceMappingURL=services.css.map */
50