1
1
.plat {
2
- border-radius : 0
2
+ border-radius : 0 ;
3
3
}
4
4
5
5
.btn-primary.focus ,
6
6
.btn-primary :focus {
7
- box-shadow : 0 0 0 0 #048f83 !important
7
+ box-shadow : 0 0 0 0 #048f83 !important ;
8
8
}
9
9
10
10
.btn-primary :hover {
11
11
color : #fff ;
12
12
background-color : #016090 ;
13
- border-color : #016090
13
+ border-color : #016090 ;
14
14
}
15
15
16
16
.btn.btn-primary {
17
- background-color : #048f83 !important ;
18
- border-color : #048f83 !important
17
+ background-color : #048f83 !important ;
18
+ border-color : #048f83 !important ;
19
19
}
20
20
21
21
span {
22
22
font-style : inherit ;
23
- font-weight : inherit
23
+ font-weight : inherit ;
24
24
}
25
25
26
26
.features-boxed {
27
27
color : #313437 ;
28
- background-color : #eef4f7
28
+ background-color : #eef4f7 ;
29
29
}
30
30
31
31
.features-boxed p {
32
- color : #7d8285
32
+ color : #7d8285 ;
33
33
}
34
34
35
35
.features-boxed h2 {
36
36
font-weight : 700 ;
37
37
margin-bottom : 40px ;
38
38
padding-top : 40px ;
39
- color : inherit
39
+ color : inherit ;
40
40
}
41
41
42
- @media (max-width :767px ) {
42
+ @media (max-width : 767px ) {
43
43
.features-boxed h2 {
44
44
margin-bottom : 25px ;
45
45
padding-top : 25px ;
46
- font-size : 24px
46
+ font-size : 24px ;
47
47
}
48
48
}
49
49
50
50
.features-boxed .intro {
51
51
font-size : 16px ;
52
52
max-width : 500px ;
53
- margin : 0 auto
53
+ margin : 0 auto ;
54
54
}
55
55
56
56
.features-boxed .intro p {
57
- margin-bottom : 0
57
+ margin-bottom : 0 ;
58
58
}
59
59
60
60
.features-boxed .features {
61
- padding : 50px 0
61
+ padding : 50px 0 ;
62
62
}
63
63
64
64
.features-boxed .item {
65
- text-align : center
65
+ text-align : center ;
66
66
}
67
67
68
68
.features-boxed .item .box {
69
69
text-align : center ;
70
70
padding : 30px ;
71
71
background-color : #fff ;
72
- margin-bottom : 30px
72
+ margin-bottom : 30px ;
73
73
}
74
74
75
75
.features-boxed .item .icon {
76
76
font-size : 60px ;
77
77
color : #12958a ;
78
78
margin-top : 20px ;
79
- margin-bottom : 35px
79
+ margin-bottom : 35px ;
80
80
}
81
81
82
82
.features-boxed .item .name {
83
83
font-weight : 700 ;
84
84
font-size : 18px ;
85
85
margin-bottom : 8px ;
86
86
margin-top : 0 ;
87
- color : inherit
87
+ color : inherit ;
88
88
}
89
89
90
90
.features-boxed .item .description {
91
91
font-size : 15px ;
92
92
margin-top : 15px ;
93
- margin-bottom : 20px
93
+ margin-bottom : 20px ;
94
94
}
95
95
96
96
#brand-logo {
97
- font-size : 34px
97
+ font-size : 34px ;
98
98
}
99
99
100
100
#app-navbar {
101
- background : linear-gradient (120deg , #00e4d0 , #5983e8 )
101
+ background : linear-gradient (120deg , #00e4d0 , #5983e8 );
102
102
}
103
103
104
104
.navigation-clean-button {
105
105
background : #fff ;
106
- padding-top : .75rem ;
107
- padding-bottom : .75rem ;
106
+ padding-top : 0 .75rem ;
107
+ padding-bottom : 0 .75rem ;
108
108
color : #333 ;
109
109
border-radius : 0 ;
110
110
box-shadow : none ;
111
111
border : none ;
112
- margin-bottom : 0
112
+ margin-bottom : 0 ;
113
113
}
114
114
115
- @media (min-width :768px ) {
115
+ @media (min-width : 768px ) {
116
116
.navigation-clean-button {
117
117
padding-top : 1rem ;
118
- padding-bottom : 1rem
118
+ padding-bottom : 1rem ;
119
119
}
120
120
}
121
121
122
122
.navigation-clean-button .navbar-brand {
123
123
font-weight : 700 ;
124
- color : inherit
124
+ color : inherit ;
125
125
}
126
126
127
127
.navigation-clean-button .navbar-brand :hover {
128
- color : #222
128
+ color : #222 ;
129
129
}
130
130
131
131
.navigation-clean-button .navbar-toggler {
132
132
border-color : #ddd ;
133
- color : #888
133
+ color : #888 ;
134
134
}
135
135
136
136
.navigation-clean-button .navbar-toggler :focus ,
137
137
.navigation-clean-button .navbar-toggler :hover {
138
- background : 0 0
138
+ background : 0 0 ;
139
139
}
140
140
141
141
.navigation-clean-button .form-inline ,
142
142
.navigation-clean-button .navbar-collapse {
143
- border-top-color : #ddd
143
+ border-top-color : #ddd ;
144
144
}
145
145
146
146
.navigation-clean-button .navbar-nav a .active ,
147
- .navigation-clean-button .navbar-nav > .show > a {
147
+ .navigation-clean-button .navbar-nav > .show > a {
148
148
background : 0 0 ;
149
- box-shadow : none
149
+ box-shadow : none ;
150
150
}
151
151
152
152
.navigation-clean-button.navbar-light .navbar-nav a .active ,
@@ -155,48 +155,48 @@ span {
155
155
color : #8f8f8f ;
156
156
box-shadow : none ;
157
157
background : 0 0 ;
158
- pointer-events : none
158
+ pointer-events : none ;
159
159
}
160
160
161
161
.navigation-clean-button.navbar .navbar-nav .nav-link {
162
162
padding-left : 18px ;
163
- padding-right : 18px
163
+ padding-right : 18px ;
164
164
}
165
165
166
166
.navigation-clean-button.navbar-light .navbar-nav .nav-link {
167
- color : #465765
167
+ color : #465765 ;
168
168
}
169
169
170
170
.navigation-clean-button.navbar-light .navbar-nav .nav-link :focus ,
171
171
.navigation-clean-button.navbar-light .navbar-nav .nav-link :hover {
172
- color : #37434d !important ;
173
- background-color : transparent
172
+ color : #37434d !important ;
173
+ background-color : transparent ;
174
174
}
175
175
176
- .navigation-clean-button .navbar-nav > li > .dropdown-menu {
176
+ .navigation-clean-button .navbar-nav > li > .dropdown-menu {
177
177
margin-top : -5px ;
178
- box-shadow : 0 4px 8px rgba (0 , 0 , 0 , .1 );
178
+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0 .1 );
179
179
background-color : #fff ;
180
- border-radius : 2px
180
+ border-radius : 2px ;
181
181
}
182
182
183
183
.navigation-clean-button .dropdown-menu .dropdown-item ,
184
184
.navigation-clean-button .dropdown-menu .dropdown-item :focus {
185
185
line-height : 2 ;
186
186
font-size : 14px ;
187
- color : #37434d
187
+ color : #37434d ;
188
188
}
189
189
190
190
.navigation-clean-button .dropdown-menu .dropdown-item :focus ,
191
191
.navigation-clean-button .dropdown-menu .dropdown-item :hover {
192
192
background : #eee ;
193
- color : inherit
193
+ color : inherit ;
194
194
}
195
195
196
196
.navigation-clean-button .actions .login {
197
197
margin-right : 1rem ;
198
198
text-decoration : none ;
199
- color : #465765
199
+ color : #465765 ;
200
200
}
201
201
202
202
.navigation-clean-button .navbar-text .action-button ,
@@ -208,70 +208,70 @@ span {
208
208
box-shadow : none ;
209
209
border : none ;
210
210
text-shadow : none ;
211
- padding : .5rem 1rem ;
212
- transition : background-color .25s ;
213
- font-size : inherit
211
+ padding : 0 .5rem 1rem ;
212
+ transition : background-color 0 .25s ;
213
+ font-size : inherit ;
214
214
}
215
215
216
216
.navigation-clean-button .navbar-text .action-button :hover {
217
- background : #66d7d7
217
+ background : #66d7d7 ;
218
218
}
219
219
220
220
footer {
221
221
background-color : #292c2f ;
222
- box-shadow : 0 1px 1px 0 rgba (0 , 0 , 0 , .12 );
222
+ box-shadow : 0 1px 1px 0 rgba (0 , 0 , 0 , 0 .12 );
223
223
box-sizing : border-box ;
224
224
width : 100% ;
225
225
text-align : left ;
226
226
font : 700 16px sans-serif ;
227
227
padding : 55px 50px ;
228
228
margin-top : 80px ;
229
229
bottom : 0 ;
230
- color : #fff
230
+ color : #fff ;
231
231
}
232
232
233
233
.footer-navigation h3 {
234
234
margin : 0 0 20px ;
235
- font : 400 36px Cookie, cursive;
236
- color : #fff
235
+ font : 400 36px " Cookie" , cursive;
236
+ color : #fff ;
237
237
}
238
238
239
239
.footer-navigation h3 a {
240
240
text-decoration : none ;
241
- color : #fff
241
+ color : #fff ;
242
242
}
243
243
244
244
.footer-navigation h3 span {
245
- color : #5383d3
245
+ color : #5383d3 ;
246
246
}
247
247
248
248
.footer-navigation p .links a {
249
249
color : #fff ;
250
- text-decoration : none
250
+ text-decoration : none ;
251
251
}
252
252
253
253
.footer-navigation p .company-name {
254
254
color : #8f9296 ;
255
255
font-size : 14px ;
256
256
font-weight : 400 ;
257
- margin-top : 20px
257
+ margin-top : 20px ;
258
258
}
259
259
260
- @media (max-width :767px ) {
260
+ @media (max-width : 767px ) {
261
261
.footer-contacts {
262
- margin : 30px 0
262
+ margin : 30px 0 ;
263
263
}
264
264
}
265
265
266
266
.footer-contacts p {
267
267
display : inline-block ;
268
268
color : #fff ;
269
- vertical-align : middle
269
+ vertical-align : middle ;
270
270
}
271
271
272
272
.footer-contacts p a {
273
273
color : #5383d3 ;
274
- text-decoration : none
274
+ text-decoration : none ;
275
275
}
276
276
277
277
.fa.footer-contacts-icon {
@@ -283,35 +283,35 @@ footer {
283
283
border-radius : 50% ;
284
284
text-align : center ;
285
285
line-height : 38px ;
286
- margin : 10px 15px 10px 0
286
+ margin : 10px 15px 10px 0 ;
287
287
}
288
288
289
289
span .new-line-span {
290
290
display : block ;
291
291
font-weight : 400 ;
292
292
font-size : 14px ;
293
- line-height : 2
293
+ line-height : 2 ;
294
294
}
295
295
296
296
.footer-about h4 {
297
297
display : block ;
298
298
color : #fff ;
299
299
font-size : 14px ;
300
300
font-weight : 700 ;
301
- margin-bottom : 20px
301
+ margin-bottom : 20px ;
302
302
}
303
303
304
304
.footer-about p {
305
305
line-height : 20px ;
306
306
color : #92999f ;
307
307
font-size : 13px ;
308
308
font-weight : 400 ;
309
- margin : 0
309
+ margin : 0 ;
310
310
}
311
311
312
312
div .social-links {
313
313
margin-top : 20px ;
314
- color : #fff
314
+ color : #fff ;
315
315
}
316
316
317
317
.social-links a {
@@ -326,5 +326,5 @@ div.social-links {
326
326
text-align : center ;
327
327
line-height : 35px ;
328
328
margin-right : 5px ;
329
- margin-bottom : 5px
329
+ margin-bottom : 5px ;
330
330
}
0 commit comments