Files
fullstack-gatsby-theme-bch-…/src/components/admin-lte/admin-lte.css
T

25 lines
416 B
CSS
Raw Normal View History

.sidebar-balance{
height: 100px;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.sidebar-balance div{
width: 100%;
height: auto;
text-align: center;
}
2020-06-12 02:32:52 -04:00
.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%;
}