]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Merge pull request #1511 from ArthurHoaro/wip-slim-routing
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index 28acb4b4e380aa4f488dce6f1745d9258dcd14c7..759dff29828f9bce824d7f5f9e185a23c6b70458 100644 (file)
@@ -490,6 +490,10 @@ body,
   }
 }
 
+.header-alert-message {
+  text-align: center;
+}
+
 // CONTENT - GENERAL
 .container {
   position: relative;
@@ -1236,18 +1240,18 @@ form {
   color: $dark-grey;
 }
 
-.pageError-container {
+.page-error-container {
   color: $dark-grey;
 
   h2 {
-    margin: 70px 0 25px 0;
+    margin: 70px 0 25px;
   }
 
   pre {
-    text-align: left;
     margin: 0 20%;
     padding: 20px 0;
-    line-height: 0.7em;
+    text-align: left;
+    line-height: .7em;
   }
 }