PluginProbe
WebTotem Security / 2.2.2
WebTotem Security v2.2.2
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 / welcome-page / welcome.css

welcome.css in WebTotem Security 2.2.2, at htdocs/css/welcome-page/welcome.css

126 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wtotem_welcome-wrapper {
2 background: #f3f5f6; }
3 .wtotem_welcome-wrapper__head-height {
4 display: flex;
5 align-items: center;
6 justify-content: center;
7 height: calc(100vh - 135px);
8 min-height: 596px; }
9 .wtotem_welcome-wrapper__footer-height {
10 display: flex;
11 justify-content: center;
12 height: 135px; }
13
14 .wtotem_modal {
15 text-align: center; }
16 .wtotem_modal__subject {
17 font-size: 24px;
18 line-height: 18px;
19 margin-bottom: 24px; }
20 .wtotem_modal__window {
21 background: #fff;
22 padding: 23px 0 35px 0;
23 width: 360px;
24 margin: 0 auto;
25 margin-bottom: 24px; }
26 .wtotem_modal__title {
27 font-size: 18px;
28 margin-bottom: 5px; }
29 .wtotem_modal__text {
30 font-size: 10px;
31 margin-bottom: 8px; }
32 .wtotem_modal__block {
33 margin-bottom: 50px; }
34 .wtotem_modal__block:after {
35 content: "";
36 display: block;
37 height: 1px;
38 width: 100%;
39 background: #e1e8ee;
40 margin-top: -40px; }
41 .wtotem_modal__logo {
42 margin: 0 auto; }
43 .wtotem_modal__wrap {
44 width: 300px;
45 display: flex;
46 align-items: center;
47 margin: 0 auto;
48 margin-bottom: 18px; }
49 .wtotem_modal__api-key {
50 width: 100%;
51 padding: 13px 30px 13px 15px;
52 border: 2px solid #e1e8ee;
53 border-radius: 2px; }
54 .wtotem_modal__api-key[type="text"]::-webkit-input-placeholder {
55 font-weight: 500;
56 font-size: 14px;
57 line-height: 14px;
58 color: #5e6977; }
59 .wtotem_modal__api-key[type="text"]:-ms-input-placeholder {
60 font-weight: 500;
61 font-size: 14px;
62 line-height: 14px;
63 color: #5e6977; }
64 .wtotem_modal__api-key[type="text"]::-ms-input-placeholder {
65 font-weight: 500;
66 font-size: 14px;
67 line-height: 14px;
68 color: #5e6977; }
69 .wtotem_modal__api-key[type="text"]::placeholder {
70 font-weight: 500;
71 font-size: 14px;
72 line-height: 14px;
73 color: #5e6977; }
74 .wtotem_modal__info {
75 margin-left: -30px; }
76 .wtotem_modal__btn {
77 background: #4bc374;
78 font-weight: 700;
79 font-size: 14px;
80 line-height: 16px;
81 text-transform: uppercase;
82 width: 300px;
83 padding: 16px 0;
84 border: none;
85 color: #fff; }
86 .wtotem_modal__desc {
87 font-size: 12px;
88 font-weight: 500;
89 line-height: 16px;
90 max-width: 274px;
91 margin: 0 auto;
92 color: #5e6977; }
93 .wtotem_modal__cabinet {
94 color: #3d50df; }
95
96 .wtotem_welcome-bottom {
97 text-align: center; }
98 .wtotem_welcome-bottom__logo {
99 margin-bottom: 26px; }
100 .wtotem_welcome-bottom__label {
101 margin-bottom: 20px; }
102 .wtotem_welcome-bottom__block {
103 width: 54px;
104 display: flex;
105 justify-content: space-between;
106 margin: 0 auto; }
107
108 /* 375-576px Extra small */
109 /* 320-375px Extra small */
110 @media screen and (max-width: 375px) {
111 .wtotem_modal__window {
112 width: 345px; } }
113
114 /* 320-375px Extra small */
115 @media screen and (max-width: 355px) {
116 .wtotem_modal__window {
117 width: 320px; }
118 .wtotem_modal__wrap, .wtotem_modal__btn {
119 width: 85%; } }
120
121 @media screen and (max-width: 330px) {
122 .wtotem_modal__window {
123 width: 305px; } }
124
125 /*# sourceMappingURL=welcome.css.map */
126