mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-22 17:22:05 -07:00
25 lines
416 B
CSS
25 lines
416 B
CSS
.sidebar-balance{
|
|
height: 100px;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
}
|
|
.sidebar-balance div{
|
|
width: 100%;
|
|
height: auto;
|
|
text-align: center;
|
|
|
|
}
|
|
.scanner-left-menu {
|
|
padding: 5px 5px 5px 18px;
|
|
cursor: pointer;
|
|
}
|
|
/* .scanner-left-menu:hover li a {
|
|
color: white;
|
|
} */
|
|
.scanner-left-menu li a {
|
|
display: block;
|
|
width: 100%;
|
|
} |