Files
2024-11-20 09:09:44 +01:00

58 lines
1.4 KiB
CSS

.wishlist-stats .card-text {
width: 100%;
padding: 10px 30px;
}
.wishlist-stats .wishlist-stats-topbar {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.wishlist-stats .wishlist-stats-topbar .btn-group {
border: 1px solid #b7ced3;
border-radius: 3px;
}
.wishlist-stats .wishlist-stats-topbar .btn-group button {
color: #363a41;
font-size: 14px;
letter-spacing: 0;
line-height: 19px;
background: none;
font-weight: 500;
transition: 0.25s ease-out;
}
.wishlist-stats .wishlist-stats-topbar .btn-group button:not(:last-child) {
border-right: 1px solid #b7ced3;
}
.wishlist-stats .wishlist-stats-topbar .btn-group button:hover, .wishlist-stats .wishlist-stats-topbar .btn-group button.active {
background-color: #25b9d7;
color: #fff;
}
.wishlist-stats .wishlist-stats-topbar .refresh {
color: #6c868e;
font-size: 14px;
font-weight: bold;
letter-spacing: 0;
line-height: 19px;
border: 1px solid #6c868e;
border-radius: 4px;
transition: 0.25s ease-out;
background: none;
}
.wishlist-stats .wishlist-stats-topbar .refresh:hover {
background: #6c868e;
color: white;
}
.wishlist-stats .wishlist-tab {
display: none;
}
.wishlist-stats .wishlist-tab.active {
display: block;
}
.wishlist-stats .wishlist-tab .column-image img {
max-width: 50px;
}
.wishlist-stats .wishlist-tab .column-conversionRate {
font-weight: bold;
}/*# sourceMappingURL=backoffice.css.map */