aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/_structure.less19
1 files changed, 12 insertions, 7 deletions
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;
}
}