mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-30 03:14:27 +01:00
Moving selection slider to bottom to comply with new design
This commit is contained in:
@@ -8556,16 +8556,17 @@ strong {
|
||||
}
|
||||
|
||||
.payment-tabs__tab.active {
|
||||
color: #214497;
|
||||
background: #f5f5f5;
|
||||
font-weight: 400;
|
||||
transition: all .2s ease;
|
||||
}
|
||||
|
||||
.payment-tabs__slider {
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
height: 3px;
|
||||
width: 50%;
|
||||
background: #51b13e;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 50%;
|
||||
transition: all .2s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user