X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=blobdiff_plain;f=static%2Fscss%2Fstyle.scss;h=5766bf8e00255d48439bf8805ad82594f0a8abc2;hp=43b1988d46f16de9f3a6fb4bcbe81ad22f832b14;hb=61975d93dab974e59a4da1ff3ac00de1d620fe65;hpb=f5d7f1175494203ca5f8bfea31b8278f0a3c94f3 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); }