]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_grid.scss
Updated Dutch language files
[bookstack] / resources / assets / sass / _grid.scss
index 26cfc25ff1cbc06a80d237452452b7da87332398..b32dafd384c5377d960fae7dcceb897c8565e8d3 100644 (file)
@@ -29,6 +29,10 @@ body.flexbox {
   flex: 1;
 }
 
+//body.ie .flex-child > div {
+//  flex: 1 0 0px;
+//}
+
 /** Rules for all columns */
 div[class^="col-"] img {
   max-width: 100%;
@@ -51,20 +55,6 @@ div[class^="col-"] img {
   }
 }
 
-.center-box {
-  margin: $-xl auto 0 auto;
-  padding: $-m $-xxl $-xl*2 $-xxl;
-  max-width: 346px;
-  display: inline-block;
-  text-align: left;
-  vertical-align: top;
-  &.login {
-    background-color: #EEE;
-    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
-    border: 1px solid #DDD;
-  }
-}
-
 .row {
   margin-left: -$-m;
   margin-right: -$-m;