]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Merge pull request #1538 from ArthurHoaro/feature/plugins-bookmark-service
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index 28acb4b4e380aa4f488dce6f1745d9258dcd14c7..7ab09d3f2e313657f6682bf211b7d9462c6a88e7 100644 (file)
@@ -490,6 +490,10 @@ body,
   }
 }
 
+.header-alert-message {
+  text-align: center;
+}
+
 // CONTENT - GENERAL
 .container {
   position: relative;
@@ -612,6 +616,11 @@ body,
     padding: 5px;
     text-decoration: none;
     color: $dark-grey;
+
+    &.selected {
+      background: var(--main-color);
+      color: $white;
+     }
   }
 
   input {
@@ -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;
   }
 }