]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Added $links_per_page variable to template and display on default
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index 28acb4b4e380aa4f488dce6f1745d9258dcd14c7..3d25d2313e5fdd2564a9ed01001531f7f3395d66 100644 (file)
@@ -490,6 +490,10 @@ body,
   }
 }
 
+.header-alert-message {
+  text-align: center;
+}
+
 // CONTENT - GENERAL
 .container {
   position: relative;
@@ -614,6 +618,11 @@ body,
     color: $dark-grey;
   }
 
+  a.selected {
+    background: var(--main-color);
+    color: $white;
+  }
+
   input {
     &[type='text'] {
       @extend %linksperpage-button;
@@ -1236,18 +1245,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;
   }
 }