]> git.ipfire.org Git - ipfire.org.git/commitdiff
Bug 11335: closed
authorSven <sven.hoehn@posteo.de>
Wed, 3 May 2017 11:04:39 +0000 (13:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 10:12:39 +0000 (12:12 +0200)
static/css/style.css
static/scss/style.scss

index 2e132180860b3d5e01486d4c33a68373673163cf..ced6ff04e8ce604f0df5728d5ecfdde7e010068e 100644 (file)
@@ -5331,6 +5331,9 @@ section#wishlist {
   background-size: cover;
   background-position: center center; }
 
+.progress {
+  background-color: rgba(255, 255, 255, 0.2); }
+
 .bg-progress {
   background-image: -webkit-linear-gradient(left, #fbc02d, #ff8f00);
   background-image: linear-gradient(to right, #fbc02d, #ff8f00); }
index 43b1988d46f16de9f3a6fb4bcbe81ad22f832b14..5766bf8e00255d48439bf8805ad82594f0a8abc2 100644 (file)
@@ -139,7 +139,6 @@ img {
 }
 
 // Icons
-
 .icon {
        width: 1.5rem;
        height: 1.5rem;
@@ -192,7 +191,6 @@ footer {
 }
 
 // Buttons
-
 .btn-red900 {
   @include button-variant($btn-red900-color, $btn-red900-bg, $btn-red900-border);
 }
@@ -267,7 +265,6 @@ button:focus {
 }
 
 // Top Navigation
-
 .fixed-top {
        transition: background-color 700ms linear;
        .navbar {
@@ -326,7 +323,6 @@ button:focus {
 }
 
 // Sections
-
 section.intro {
        min-height: 100vh;
        background-image: url('../img/header-background.jpg');
@@ -423,6 +419,10 @@ section#wishlist {
        background-position: center center;
 }
 
+.progress {
+       background-color: rgba(255, 255, 255, .2);
+}
+
 .bg-progress {
        background-image: linear-gradient(to right, $yellow-700, $amber-800);
 }