aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_structure.less
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_structure.less')
-rw-r--r--assets/css/_structure.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less
index 422bfab..13cd86a 100644
--- a/assets/css/_structure.less
+++ b/assets/css/_structure.less
@@ -61,6 +61,28 @@ nav {
}
}
+.preview-warning {
+ position: fixed;
+ top: 0;
+ right: 0;
+ background: red;
+ width: 190px;
+ height: 100px;
+ z-index: 2000;
+ text-align: center;
+ border-bottom-left-radius: 60px;
+ line-height: 40px;
+ padding-left: 10px;
+ font-size: 30px;
+ padding-top: 9px;
+ color: white;
+ cursor: default;
+
+ &:hover {
+ opacity: 0.1;
+ }
+}
+
body {
padding: 50px 0;