From 61975d93dab974e59a4da1ff3ac00de1d620fe65 Mon Sep 17 00:00:00 2001 From: Sven Date: Wed, 3 May 2017 13:04:39 +0200 Subject: [PATCH] Bug 11335: closed --- static/css/style.css | 3 +++ static/scss/style.scss | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 2e132180..ced6ff04 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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); } diff --git a/static/scss/style.scss b/static/scss/style.scss index 43b1988d..5766bf8e 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -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); } -- 2.39.2