summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 03:33:09 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 03:33:09 -0600
commit2582c7d92804e44250c9713d79421c8becc61f62 (patch)
treedb7046b3b0d69740247facf3de36f95cb45591a4 /StoneIsland/platforms/ios/www/css
parentf7858001fd285d32f67f02313319d0485c6e8466 (diff)
update gallery image when changing product
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
-rwxr-xr-xStoneIsland/platforms/ios/www/css/nav.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/css/nav.css b/StoneIsland/platforms/ios/www/css/nav.css
index f76fb744..15b7f004 100755
--- a/StoneIsland/platforms/ios/www/css/nav.css
+++ b/StoneIsland/platforms/ios/www/css/nav.css
@@ -174,6 +174,24 @@ padding-bottom:0px;
z-index: 2
}
+#intro .alert {
+ box-sizing: border-box;
+ width: calc(100vw);
+ text-align: center;
+ font-size: 14pt;
+ font-weight: bold;
+ line-height: 0;
+ text-transform: uppercase;
+ color: #3E6616;
+ position: absolute;
+ height: 0;
+ left: 0;
+ top: auto;
+ bottom: calc(25vh - 58px);
+ margin: auto 0;
+ padding: 0;
+}
+
/* HEADER AND FOOTER ON MOST PAGES */