Skip to content

Commit ece2d93

Browse files
(Main.scss) Formatted app.scss to follow proper syntax
1 parent c46c944 commit ece2d93

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

assets/css/app.scss

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,152 +1,152 @@
11
.plat {
2-
border-radius: 0
2+
border-radius: 0;
33
}
44

55
.btn-primary.focus,
66
.btn-primary:focus {
7-
box-shadow: 0 0 0 0 #048f83!important
7+
box-shadow: 0 0 0 0 #048f83 !important;
88
}
99

1010
.btn-primary:hover {
1111
color: #fff;
1212
background-color: #016090;
13-
border-color: #016090
13+
border-color: #016090;
1414
}
1515

1616
.btn.btn-primary {
17-
background-color: #048f83!important;
18-
border-color: #048f83!important
17+
background-color: #048f83 !important;
18+
border-color: #048f83 !important;
1919
}
2020

2121
span {
2222
font-style: inherit;
23-
font-weight: inherit
23+
font-weight: inherit;
2424
}
2525

2626
.features-boxed {
2727
color: #313437;
28-
background-color: #eef4f7
28+
background-color: #eef4f7;
2929
}
3030

3131
.features-boxed p {
32-
color: #7d8285
32+
color: #7d8285;
3333
}
3434

3535
.features-boxed h2 {
3636
font-weight: 700;
3737
margin-bottom: 40px;
3838
padding-top: 40px;
39-
color: inherit
39+
color: inherit;
4040
}
4141

42-
@media (max-width:767px) {
42+
@media (max-width: 767px) {
4343
.features-boxed h2 {
4444
margin-bottom: 25px;
4545
padding-top: 25px;
46-
font-size: 24px
46+
font-size: 24px;
4747
}
4848
}
4949

5050
.features-boxed .intro {
5151
font-size: 16px;
5252
max-width: 500px;
53-
margin: 0 auto
53+
margin: 0 auto;
5454
}
5555

5656
.features-boxed .intro p {
57-
margin-bottom: 0
57+
margin-bottom: 0;
5858
}
5959

6060
.features-boxed .features {
61-
padding: 50px 0
61+
padding: 50px 0;
6262
}
6363

6464
.features-boxed .item {
65-
text-align: center
65+
text-align: center;
6666
}
6767

6868
.features-boxed .item .box {
6969
text-align: center;
7070
padding: 30px;
7171
background-color: #fff;
72-
margin-bottom: 30px
72+
margin-bottom: 30px;
7373
}
7474

7575
.features-boxed .item .icon {
7676
font-size: 60px;
7777
color: #12958a;
7878
margin-top: 20px;
79-
margin-bottom: 35px
79+
margin-bottom: 35px;
8080
}
8181

8282
.features-boxed .item .name {
8383
font-weight: 700;
8484
font-size: 18px;
8585
margin-bottom: 8px;
8686
margin-top: 0;
87-
color: inherit
87+
color: inherit;
8888
}
8989

9090
.features-boxed .item .description {
9191
font-size: 15px;
9292
margin-top: 15px;
93-
margin-bottom: 20px
93+
margin-bottom: 20px;
9494
}
9595

9696
#brand-logo {
97-
font-size: 34px
97+
font-size: 34px;
9898
}
9999

100100
#app-navbar {
101-
background: linear-gradient(120deg, #00e4d0, #5983e8)
101+
background: linear-gradient(120deg, #00e4d0, #5983e8);
102102
}
103103

104104
.navigation-clean-button {
105105
background: #fff;
106-
padding-top: .75rem;
107-
padding-bottom: .75rem;
106+
padding-top: 0.75rem;
107+
padding-bottom: 0.75rem;
108108
color: #333;
109109
border-radius: 0;
110110
box-shadow: none;
111111
border: none;
112-
margin-bottom: 0
112+
margin-bottom: 0;
113113
}
114114

115-
@media (min-width:768px) {
115+
@media (min-width: 768px) {
116116
.navigation-clean-button {
117117
padding-top: 1rem;
118-
padding-bottom: 1rem
118+
padding-bottom: 1rem;
119119
}
120120
}
121121

122122
.navigation-clean-button .navbar-brand {
123123
font-weight: 700;
124-
color: inherit
124+
color: inherit;
125125
}
126126

127127
.navigation-clean-button .navbar-brand:hover {
128-
color: #222
128+
color: #222;
129129
}
130130

131131
.navigation-clean-button .navbar-toggler {
132132
border-color: #ddd;
133-
color: #888
133+
color: #888;
134134
}
135135

136136
.navigation-clean-button .navbar-toggler:focus,
137137
.navigation-clean-button .navbar-toggler:hover {
138-
background: 0 0
138+
background: 0 0;
139139
}
140140

141141
.navigation-clean-button .form-inline,
142142
.navigation-clean-button .navbar-collapse {
143-
border-top-color: #ddd
143+
border-top-color: #ddd;
144144
}
145145

146146
.navigation-clean-button .navbar-nav a.active,
147-
.navigation-clean-button .navbar-nav>.show>a {
147+
.navigation-clean-button .navbar-nav > .show > a {
148148
background: 0 0;
149-
box-shadow: none
149+
box-shadow: none;
150150
}
151151

152152
.navigation-clean-button.navbar-light .navbar-nav a.active,
@@ -155,48 +155,48 @@ span {
155155
color: #8f8f8f;
156156
box-shadow: none;
157157
background: 0 0;
158-
pointer-events: none
158+
pointer-events: none;
159159
}
160160

161161
.navigation-clean-button.navbar .navbar-nav .nav-link {
162162
padding-left: 18px;
163-
padding-right: 18px
163+
padding-right: 18px;
164164
}
165165

166166
.navigation-clean-button.navbar-light .navbar-nav .nav-link {
167-
color: #465765
167+
color: #465765;
168168
}
169169

170170
.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus,
171171
.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;
174174
}
175175

176-
.navigation-clean-button .navbar-nav>li>.dropdown-menu {
176+
.navigation-clean-button .navbar-nav > li > .dropdown-menu {
177177
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);
179179
background-color: #fff;
180-
border-radius: 2px
180+
border-radius: 2px;
181181
}
182182

183183
.navigation-clean-button .dropdown-menu .dropdown-item,
184184
.navigation-clean-button .dropdown-menu .dropdown-item:focus {
185185
line-height: 2;
186186
font-size: 14px;
187-
color: #37434d
187+
color: #37434d;
188188
}
189189

190190
.navigation-clean-button .dropdown-menu .dropdown-item:focus,
191191
.navigation-clean-button .dropdown-menu .dropdown-item:hover {
192192
background: #eee;
193-
color: inherit
193+
color: inherit;
194194
}
195195

196196
.navigation-clean-button .actions .login {
197197
margin-right: 1rem;
198198
text-decoration: none;
199-
color: #465765
199+
color: #465765;
200200
}
201201

202202
.navigation-clean-button .navbar-text .action-button,
@@ -208,70 +208,70 @@ span {
208208
box-shadow: none;
209209
border: none;
210210
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;
214214
}
215215

216216
.navigation-clean-button .navbar-text .action-button:hover {
217-
background: #66d7d7
217+
background: #66d7d7;
218218
}
219219

220220
footer {
221221
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);
223223
box-sizing: border-box;
224224
width: 100%;
225225
text-align: left;
226226
font: 700 16px sans-serif;
227227
padding: 55px 50px;
228228
margin-top: 80px;
229229
bottom: 0;
230-
color: #fff
230+
color: #fff;
231231
}
232232

233233
.footer-navigation h3 {
234234
margin: 0 0 20px;
235-
font: 400 36px Cookie, cursive;
236-
color: #fff
235+
font: 400 36px "Cookie", cursive;
236+
color: #fff;
237237
}
238238

239239
.footer-navigation h3 a {
240240
text-decoration: none;
241-
color: #fff
241+
color: #fff;
242242
}
243243

244244
.footer-navigation h3 span {
245-
color: #5383d3
245+
color: #5383d3;
246246
}
247247

248248
.footer-navigation p.links a {
249249
color: #fff;
250-
text-decoration: none
250+
text-decoration: none;
251251
}
252252

253253
.footer-navigation p.company-name {
254254
color: #8f9296;
255255
font-size: 14px;
256256
font-weight: 400;
257-
margin-top: 20px
257+
margin-top: 20px;
258258
}
259259

260-
@media (max-width:767px) {
260+
@media (max-width: 767px) {
261261
.footer-contacts {
262-
margin: 30px 0
262+
margin: 30px 0;
263263
}
264264
}
265265

266266
.footer-contacts p {
267267
display: inline-block;
268268
color: #fff;
269-
vertical-align: middle
269+
vertical-align: middle;
270270
}
271271

272272
.footer-contacts p a {
273273
color: #5383d3;
274-
text-decoration: none
274+
text-decoration: none;
275275
}
276276

277277
.fa.footer-contacts-icon {
@@ -283,35 +283,35 @@ footer {
283283
border-radius: 50%;
284284
text-align: center;
285285
line-height: 38px;
286-
margin: 10px 15px 10px 0
286+
margin: 10px 15px 10px 0;
287287
}
288288

289289
span.new-line-span {
290290
display: block;
291291
font-weight: 400;
292292
font-size: 14px;
293-
line-height: 2
293+
line-height: 2;
294294
}
295295

296296
.footer-about h4 {
297297
display: block;
298298
color: #fff;
299299
font-size: 14px;
300300
font-weight: 700;
301-
margin-bottom: 20px
301+
margin-bottom: 20px;
302302
}
303303

304304
.footer-about p {
305305
line-height: 20px;
306306
color: #92999f;
307307
font-size: 13px;
308308
font-weight: 400;
309-
margin: 0
309+
margin: 0;
310310
}
311311

312312
div.social-links {
313313
margin-top: 20px;
314-
color: #fff
314+
color: #fff;
315315
}
316316

317317
.social-links a {
@@ -326,5 +326,5 @@ div.social-links {
326326
text-align: center;
327327
line-height: 35px;
328328
margin-right: 5px;
329-
margin-bottom: 5px
329+
margin-bottom: 5px;
330330
}

0 commit comments

Comments
 (0)