Browse Source

elegant and fixed bottom close css

Mix 6 years ago
parent
commit
fa6872800b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      css/organizr.css

+ 6 - 0
css/organizr.css

@@ -4393,3 +4393,9 @@ html {
 .noty_layout [data-name~="mojs-shape"] {
 .noty_layout [data-name~="mojs-shape"] {
     pointer-events:none
     pointer-events:none
 }
 }
+.bottom-close-splash {
+    position: absolute;
+    width: 130px;
+    right: 20px;
+    bottom: 20px;
+}