Browse Source

make informer bar a tad opaque

Artur Paikin 8 years ago
parent
commit
118f0eaf2f
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/scss/_common.scss
  2. 2 2
      src/scss/_informer.scss

+ 1 - 0
src/scss/_common.scss

@@ -2,6 +2,7 @@
 * General Uppy styles that apply to everything inside the .Uppy container
 */
 
+.Uppy,
 .Uppy * {
   box-sizing: border-box;
 }

+ 2 - 2
src/scss/_informer.scss

@@ -14,9 +14,9 @@
   padding: 0 15px;
   height: 30px;
   line-height: 30px;
-  background-color: rgba($color-black, 0.8);
+  background-color: $color-black;
   color: $color-white;
-  opacity: 1;
+  opacity: 0.9;
   transform: none;
   transition: all 300ms ease-in;
   z-index: $zIndex-4;