summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/nav.css')
-rwxr-xr-xStoneIsland/www/css/nav.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css
index 705c0824..03e3fb39 100755
--- a/StoneIsland/www/css/nav.css
+++ b/StoneIsland/www/css/nav.css
@@ -27,6 +27,19 @@
.accessible #content {
position: absolute;
}
+
+.accessible #nav {
+ width: 100%;
+ -webkit-transform: translateZ(0) translateX(-100%);
+}
+.accessible .nav #nav {
+ width: 100%;
+ -webkit-transform: translateZ(0) translateX(0%);
+}
+.accessible .nav #content {
+ -webkit-transform: translateZ(0) translateX(100%);
+}
+
#nav .logo {
background-image: url(../img/small-logo.png);
background-repeat: no-repeat;
@@ -193,6 +206,9 @@ padding-bottom:0px;
align-items: center;
font-size: 1.063rem;
}
+#intro div span {
+ pointer-events: none;
+}
#intro #compass {
pointer-events: none;
background-image: url(../img/compass-logo.png);
@@ -274,6 +290,9 @@ padding-bottom:0px;
flex-direction: row;
justify-content: center;
}
+#header .burger:before {
+ pointer-events: none;
+}
#header .cart_rapper {
display: flex;
@@ -281,7 +300,7 @@ padding-bottom:0px;
align-items: flex-end;
position: relative;
float: right;
- width: 44px; height: 48px;
+ width: 48px; height: 48px;
}
#header .cart {
position: relative;
@@ -292,6 +311,7 @@ padding-bottom:0px;
background-image:url(../img/cart-box.png);
background-size:100%;
background-repeat:no-repeat;
+ pointer-events: none;
}
#header .cart .cart_count {