Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit aad8fb3

Browse files
committed
compile scss
1 parent d3521f4 commit aad8fb3

3 files changed

Lines changed: 32 additions & 35 deletions

File tree

assets/css/custom.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,9 @@ section#why-nextcloud {
428428
background: transparent;
429429
transition: width .2s ease-out, background-color .5s ease; }
430430
.Header-Navigation .navbar li a:after:last-child {
431-
margin-top: 0; } }
432-
@media (min-width: 1200px) and (max-width: 1200px) {
433-
.Header-Navigation .navbar a {
434-
color: #75badd; }
435-
.Header-Navigation .navbar a .active {
436-
color: #ffffff; } }
437-
@media (min-width: 1200px) {
431+
margin-top: 0; }
432+
.Header-Navigation .navbar li a:hover {
433+
text-decoration: none; }
438434
.Header-Navigation .navbar .navbar-header {
439435
float: none; }
440436
.Header-Navigation .navbar .navbar-header .logo {

assets/css/header.css

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
font-size: 16px; }
1010
@media (min-width: 1200px) {
1111
.Header-Navigation .navbar li.active {
12-
border-bottom: 3px solid #ffffff;
12+
border-bottom: 3px solid white;
1313
padding-bottom: 15px; }
1414
.Header-Navigation .navbar li:last-child {
1515
padding-left: 30px;
@@ -26,13 +26,9 @@
2626
background: transparent;
2727
transition: width .2s ease-out, background-color .5s ease; }
2828
.Header-Navigation .navbar li a:after:last-child {
29-
margin-top: 0; } }
30-
@media (min-width: 1200px) and (max-width: 1200px) {
31-
.Header-Navigation .navbar a {
32-
color: #75badd; }
33-
.Header-Navigation .navbar a .active {
34-
color: #ffffff; } }
35-
@media (min-width: 1200px) {
29+
margin-top: 0; }
30+
.Header-Navigation .navbar li a:hover {
31+
text-decoration: none; }
3632
.Header-Navigation .navbar .navbar-header {
3733
float: none; }
3834
.Header-Navigation .navbar .navbar-header .logo {
@@ -49,22 +45,26 @@
4945
.Header-Navigation .navbar .btn-primary:before {
5046
visibility: hidden; } }
5147
@media (min-width: 1200px) and (max-width: 1200px) {
52-
.Header-Navigation .navbar .btn-primary {
53-
position: fixed;
54-
bottom: 0;
55-
margin-left: -5%;
56-
width: 105%;
57-
border-radius: 0;
58-
border: 0;
59-
height: 75px;
60-
font-size: 20px;
61-
display: flex;
62-
justify-content: center;
63-
align-items: center;
64-
background-color: transparent; }
65-
.Header-Navigation .navbar .btn-primary a {
66-
color: #ffffff; } }
67-
48+
.Header-Navigation .navbar a {
49+
color: #75badd; }
50+
.Header-Navigation .navbar a .active {
51+
color: white; } }
52+
@media (min-width: 1200px) and (max-width: 1200px) {
53+
.Header-Navigation .navbar .btn-primary {
54+
position: fixed;
55+
bottom: 0;
56+
margin-left: -5%;
57+
width: 105%;
58+
border-radius: 0;
59+
border: 0;
60+
height: 75px;
61+
font-size: 20px;
62+
display: flex;
63+
justify-content: center;
64+
align-items: center;
65+
background-color: transparent; }
66+
.Header-Navigation .navbar .btn-primary a {
67+
color: white; } }
6868
.Header-Navigation .navbar .active {
6969
font-weight: 600;
7070
z-index: 3; }
@@ -163,7 +163,7 @@
163163
color: white !important; }
164164
@media (max-width: 1200px) {
165165
.navbar.scrolled:not(.mobile-menu-open) .navbar-collapse {
166-
background-color: #ffffff;
166+
background-color: white;
167167
margin-left: -6% !important; } }
168168
.navbar.scrolled:not(.mobile-menu-open) .logo {
169169
background: url(../img/logo/logo_nextcloud_blue.svg) no-repeat center/contain !important; }
@@ -370,9 +370,11 @@
370370
0% {
371371
opacity: 0;
372372
left: 20%; }
373+
373374
100% {
374375
opacity: 1;
375376
left: 0; } }
377+
376378
@media (max-height: 800px) {
377379
.nav-down {
378380
opacity: 1;
@@ -382,5 +384,3 @@
382384
top: -100px !important;
383385
opacity: 0;
384386
transition: all 0.2s ease-in-out; } }
385-
386-
/*# sourceMappingURL=header.css.map */

assets/css/header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545

4646
&:hover {
47+
text-decoration: none;
4748
}
4849
}
4950
}
@@ -559,4 +560,4 @@
559560
opacity: 0;
560561
transition: all .2s ease-in-out ;
561562
}
562-
}
563+
}

0 commit comments

Comments
 (0)