From aff2d39a227596817455471cf0f5b39b402d3dd0 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mar 12 2019 08:46:06 +0000 Subject: Merge branch 'master' of pagure.io:fedora-web/websites --- diff --git a/sites/getfedora.org/site/workstation/index.html b/sites/getfedora.org/site/workstation/index.html index 6877906..b61e930 100644 --- a/sites/getfedora.org/site/workstation/index.html +++ b/sites/getfedora.org/site/workstation/index.html @@ -9,7 +9,7 @@

Fedora Workstation.

{% trans %}This is the Linux workstation you've been waiting for.{% endtrans %}
- {% trans %}Download Now{% endtrans %} + {% trans %}Download Now{% endtrans %}
diff --git a/sites/static/scss/fedora.scss b/sites/static/scss/fedora.scss index e0cc5e2..78970d8 100644 --- a/sites/static/scss/fedora.scss +++ b/sites/static/scss/fedora.scss @@ -31,6 +31,15 @@ $fedora-colors: ( .bg-fedora-#{$color}{ background-color: #{$value}; } + + .btn-fedora-#{$color} { + @include button-variant($value, $value); + } + + .btn-outline-fedora-#{$color} { + @include button-outline-variant($value); + } + .editions-cutout-#{$color}{ background: url(../images/#{$color}-corner-cutout.png) white; background-repeat: no-repeat;