From 7df3c866498c29cd78de93bca8db0a21d2496c6a Mon Sep 17 00:00:00 2001 From: lepipele Date: Tue, 17 Apr 2018 16:29:05 -0500 Subject: [PATCH] Tweaking primary color now that creative.css no longer overrides --- .../vendor/bootstrap4/css/_variables.scss | 2 +- .../vendor/bootstrap4/css/bootstrap.css | 60 +++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/BTCPayServer/wwwroot/vendor/bootstrap4/css/_variables.scss b/BTCPayServer/wwwroot/vendor/bootstrap4/css/_variables.scss index 1eb37121a..2587f91a2 100644 --- a/BTCPayServer/wwwroot/vendor/bootstrap4/css/_variables.scss +++ b/BTCPayServer/wwwroot/vendor/bootstrap4/css/_variables.scss @@ -1,4 +1,4 @@ -$primary: #23735c; +$primary: #329f80; $secondary: #2284A6; $dark: #0f3b21; $font-size-base: 0.9rem; diff --git a/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css b/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css index bfab4abd5..fafd752f8 100644 --- a/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css +++ b/BTCPayServer/wwwroot/vendor/bootstrap4/css/bootstrap.css @@ -18,7 +18,7 @@ --white: #fff; --gray: #6c757d; --gray-dark: #0f3b21; - --primary: #23735c; + --primary: #329f80; --secondary: #2284A6; --success: #28a745; --info: #17a2b8; @@ -137,7 +137,7 @@ sup { top: -.5em; } a { - color: #23735c; + color: #329f80; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } @@ -1635,8 +1635,8 @@ fieldset:disabled a.btn { .btn-primary { color: #fff; - background-color: #23735c; - border-color: #23735c; } + background-color: #329f80; + border-color: #329f80; } .btn-primary:hover { color: #fff; background-color: #1a5645; @@ -1645,8 +1645,8 @@ fieldset:disabled a.btn { box-shadow: 0 0 0 0.2rem rgba(35, 115, 92, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #fff; - background-color: #23735c; - border-color: #23735c; } + background-color: #329f80; + border-color: #329f80; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; @@ -1818,24 +1818,24 @@ fieldset:disabled a.btn { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-primary { - color: #23735c; + color: #329f80; background-color: transparent; background-image: none; - border-color: #23735c; } + border-color: #329f80; } .btn-outline-primary:hover { color: #fff; - background-color: #23735c; - border-color: #23735c; } + background-color: #329f80; + border-color: #329f80; } .btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(35, 115, 92, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #23735c; + color: #329f80; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; - background-color: #23735c; - border-color: #23735c; } + background-color: #329f80; + border-color: #329f80; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(35, 115, 92, 0.5); } @@ -2003,7 +2003,7 @@ fieldset:disabled a.btn { .btn-link { font-weight: 400; - color: #23735c; + color: #329f80; background-color: transparent; } .btn-link:hover { color: #11382d; @@ -2197,7 +2197,7 @@ tbody.collapse.show { .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; - background-color: #23735c; } + background-color: #329f80; } .dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; background-color: transparent; } @@ -2429,7 +2429,7 @@ tbody.collapse.show { opacity: 0; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; - background-color: #23735c; } + background-color: #329f80; } .custom-control-input:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(35, 115, 92, 0.25); } .custom-control-input:active ~ .custom-control-label::before { @@ -2469,13 +2469,13 @@ tbody.collapse.show { border-radius: 0.25rem; } .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { - background-color: #23735c; } + background-color: #329f80; } .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { - background-color: #23735c; } + background-color: #329f80; } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } @@ -2490,7 +2490,7 @@ tbody.collapse.show { border-radius: 50%; } .custom-radio .custom-control-input:checked ~ .custom-control-label::before { - background-color: #23735c; } + background-color: #329f80; } .custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } @@ -2636,7 +2636,7 @@ tbody.collapse.show { .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; - background-color: #23735c; } + background-color: #329f80; } .nav-fill .nav-item { flex: 1 1 auto; @@ -3148,7 +3148,7 @@ tbody.collapse.show { padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; - color: #23735c; + color: #329f80; background-color: #fff; border: 1px solid #dee2e6; } .page-link:hover { @@ -3175,8 +3175,8 @@ tbody.collapse.show { .page-item.active .page-link { z-index: 1; color: #fff; - background-color: #23735c; - border-color: #23735c; } + background-color: #329f80; + border-color: #329f80; } .page-item.disabled .page-link { color: #6c757d; @@ -3235,7 +3235,7 @@ tbody.collapse.show { .badge-primary { color: #fff; - background-color: #23735c; } + background-color: #329f80; } .badge-primary[href]:hover, .badge-primary[href]:focus { color: #fff; text-decoration: none; @@ -3425,7 +3425,7 @@ tbody.collapse.show { justify-content: center; color: #fff; text-align: center; - background-color: #23735c; + background-color: #329f80; transition: width 0.6s ease; } .progress-bar-striped { @@ -3483,8 +3483,8 @@ tbody.collapse.show { .list-group-item.active { z-index: 2; color: #fff; - background-color: #23735c; - border-color: #23735c; } + background-color: #329f80; + border-color: #329f80; } .list-group-flush .list-group-item { border-right: 0; @@ -4099,7 +4099,7 @@ button.close { vertical-align: text-top !important; } .bg-primary { - background-color: #23735c !important; } + background-color: #329f80 !important; } a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, @@ -4199,7 +4199,7 @@ button.bg-dark:focus { border-left: 0 !important; } .border-primary { - border-color: #23735c !important; } + border-color: #329f80 !important; } .border-secondary { border-color: #2284A6 !important; } @@ -5929,7 +5929,7 @@ button.bg-dark:focus { color: #fff !important; } .text-primary { - color: #23735c !important; } + color: #329f80 !important; } a.text-primary:hover, a.text-primary:focus { color: #174c3d !important; }