From: Michael Tremer Date: Fri, 28 Sep 2018 15:00:01 +0000 (+0100) Subject: CSS: Make background of outlined buttons slightly transparent X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd06f76157ad82cc46a36646bf9c36e176e6b803;p=ipfire.org.git CSS: Make background of outlined buttons slightly transparent Signed-off-by: Michael Tremer --- diff --git a/src/scss/style.scss b/src/scss/style.scss index bcf0277f..889fa5a6 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -55,6 +55,12 @@ body { text-transform: uppercase; } +@each $color, $value in $theme-colors { + .btn-outline-#{$color} { + background-color: rgba($value, .15); + } +} + // Headings h1 {