]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/styles.scss
Merge branch 'master' of https://github.com/Abijeet/BookStack
[bookstack] / resources / assets / sass / styles.scss
index 7d33bd0a640e87be1abeec580ee95f5beae3e3a8..cd43650ee8c7f8fab22e13f551e1312f6e20a3aa 100644 (file)
 @import "animations";
 @import "tinymce";
 @import "highlightjs";
+@import "simplemde";
 @import "components";
 @import "header";
 @import "lists";
 @import "pages";
+@import "comments";
 
 [v-cloak], [v-show] {display: none;}
 
@@ -251,15 +253,24 @@ $btt-size: 40px;
   }
 }
 
-
-
-
-
-
-
-
-
-
+.center-box {
+  margin: $-xl auto 0 auto;
+  padding: $-m $-xxl $-xl $-xxl;
+  width: 420px;
+  max-width: 100%;
+  display: inline-block;
+  text-align: left;
+  vertical-align: top;
+  //border: 1px solid #DDD;
+  input {
+    width: 100%;
+  }
+  &.login {
+    background-color: #EEE;
+    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
+    border: 1px solid #DDD;
+  }
+}