Browse Source

use $info variable

utsushiiro 7 years ago
parent
commit
f258dee756
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/styles/scss/_admin.scss

+ 1 - 1
src/client/styles/scss/_admin.scss

@@ -138,7 +138,7 @@
     }
 
     &.use-only-env-vars .from-env-vars {
-      background-color: rgba(0, 159, 187, 0.1);
+      background-color: rgba($info, 0.1);
     }
   }
 }