From 22a3db25d6ce03af374c38f2d88c0eceedf1201e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 23 Dec 2015 15:39:41 +0100 Subject: move preview-marker to bottom right, cleanup less --- assets/css/_structure.less | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'assets/css/_structure.less') diff --git a/assets/css/_structure.less b/assets/css/_structure.less index 13cd86a..b85f2b1 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -63,23 +63,28 @@ nav { .preview-warning { position: fixed; - top: 0; + z-index: 2000; + bottom: 0; right: 0; - background: red; + width: 190px; height: 100px; - z-index: 2000; + border-top-left-radius: 60px; + text-align: center; - border-bottom-left-radius: 60px; line-height: 40px; - padding-left: 10px; font-size: 30px; + + padding-left: 10px; padding-top: 9px; - color: white; + cursor: default; + background: red; + color: white; + &:hover { - opacity: 0.1; + opacity: 0.25; } } -- cgit v1.2.3