]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/scss/style.scss
Bug 11335: closed
[ipfire.org.git] / static / scss / style.scss
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);
 }