Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/modules/header.scss')
-rw-r--r--assets/css/modules/header.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/modules/header.scss b/assets/css/modules/header.scss
index 0bb195fe..7d8f252e 100644
--- a/assets/css/modules/header.scss
+++ b/assets/css/modules/header.scss
@@ -1,8 +1,11 @@
-@import "variables.scss";
@-moz-document url-prefix() {
.brand { -webkit-transform: scale(0.5); top: -26px !important; }
}
+nav a {
+ text-decoration: none;
+}
+
.mobile-bg-container{
position: fixed;
-webkit-transform: translateZ(0);