From 98f93d33dd25b59ae35af05bf8850be175938170 Mon Sep 17 00:00:00 2001 From: tree Date: Fri, 8 Apr 2022 11:10:32 +0200 Subject: [PATCH] Update --- static/btcpay.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/btcpay.css diff --git a/static/btcpay.css b/static/btcpay.css new file mode 100644 index 0000000..4185730 --- /dev/null +++ b/static/btcpay.css @@ -0,0 +1,21 @@ + +.top-header { max-height: 160px !important; } +.header { width: 100%; justify-content: center; } +.header__icon { margin-top: 15px !important; margin-bottom: 5px; width: auto !important; } + +.top-header .timer-row__progress-bar {background: #393F67;} +.top-header .timer-row {background: #a0a0a0;} + +.payment-tabs__tab.active { border-bottom: #393F67 3px solid !important; } + +.btnGroupLnd button { border-color: #393F67 !important; } +.btnGroupLnd button.active { background-color: #4B5072; } +.btnGroupLnd button.active:hover { background-color: #393F67 !important; } +.btnGroupLnd button:hover { background-color: rgb(219 234 254 / 0.6) !important; } + +.powered__by__btcpayserver a { color: #393F67 !important; } +.separatorGem { background: #393F67 !important; } + +.action-button {background:#4B5072 !important; border: 0;} +.action-button:hover {background:#393F67 !important; border: 0;} +.action-button:active {background:#393F67 !important; border: 0;}