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

Commit abf4c93

Browse files
author
Jos Poortvliet
authored
Merge pull request #192 from nextcloud/fix
Fix
2 parents c481b0d + b22a1a7 commit abf4c93

6 files changed

Lines changed: 6 additions & 16 deletions

File tree

assets/css/buy.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,3 @@
347347
margin-top: 90px;
348348
margin-bottom: 20px;
349349
text-align: left; }
350-
351-
/*# sourceMappingURL=buy.css.map */

assets/css/enterprise.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,3 @@
296296
height: 100%;
297297
right: -30px;
298298
top: 0px; }
299-
300-
/*# sourceMappingURL=enterprise.css.map */

assets/css/footer.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ footer.page-footer {
6161
line-height: 1.8;
6262
color: #ffffff;
6363
width: 140px; } }
64-
65-
/*# sourceMappingURL=footer.css.map */

assets/css/home.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,5 +399,3 @@ section#why-nextcloud {
399399

400400
.revealOnScroll {
401401
opacity: 0; }
402-
403-
/*# sourceMappingURL=home.css.map */

assets/css/legacy-fixes.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ footer p {
99
border-color: white; }
1010

1111
.Header-Navigation .navbar .overlay-menu ul .btn-primary a {
12-
/* width: 169px; */
13-
/* height: 52px; */
14-
/* bottom: 4px; } */
12+
/* width: 169px; */
13+
/* height: 52px; */
14+
/* bottom: 4px; */ }
1515
@media (max-width: 1200px) {
1616
.Header-Navigation .navbar .overlay-menu ul .btn-primary a {
1717
padding: 0 !important; } }
18-
19-
/*# sourceMappingURL=legacy-fixes.css.map */

assets/css/legacy-fixes.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ footer p {
1414
}
1515

1616
.Header-Navigation .navbar .overlay-menu ul .btn-primary a {
17-
width: 169px;
18-
height: 52px;
19-
bottom: 4px;
17+
/* width: 169px; */
18+
/* height: 52px; */
19+
/* bottom: 4px; */
2020
@media (max-width: $navbar-breaksize) {
2121
padding: 0!important;
2222
}

0 commit comments

Comments
 (0)