mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
Tweaking text opacity, recommended fee line consistency
This commit is contained in:
parent
bb1c5dead5
commit
d2c29aaec6
1 changed files with 2 additions and 2 deletions
|
@ -8246,7 +8246,6 @@ strong {
|
|||
padding: 20px 20px;
|
||||
color: #515664;
|
||||
font-weight: 300;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
|
@ -9278,7 +9277,8 @@ strong {
|
|||
|
||||
.recommended-fee {
|
||||
box-sizing: border-box;
|
||||
color: #818EA9;
|
||||
font-size: smaller;
|
||||
color: #515664;
|
||||
position: absolute;
|
||||
top: calc(100% - 40px);
|
||||
left: 50%;
|
||||
|
|
Loading…
Add table
Reference in a new issue