tgd-frontend/src/app/components/cards-history/cards-history.component.scss

22 lines
321 B
SCSS

@import "../../../styles.scss";
.cards-history {
position: fixed;
z-index: 1000;
width: 100%;
bottom: 0;
max-height: 70px;
min-height: 50px;
background-color: $thg_orange;
}
.card-item {
width: 120px;
}
.card-icon {
width: 42px;
height: 42px;
position: relative;
left: -24px;
bottom: -15px;
}