chart tabs fixed

This commit is contained in:
Kakabay 2022-12-21 16:45:48 +05:00
parent 415005cd0d
commit fd4e185a41
1 changed files with 3 additions and 11 deletions

View File

@ -11,7 +11,8 @@
}
.tab {
width: 47.7rem;
// width: 47.7rem;
width: 100%;
text-align: center;
height: 5.9rem;
color: $base-white;
@ -49,15 +50,7 @@
.chart-tabs {
display: flex;
width: 100%;
justify-content: space-between;
// .active {
// background: #4b8dff;
// &::after {
// display: none;
// }
// }
gap: 2.4rem;
.active.tab::after {
height: 100%;
@ -72,7 +65,6 @@
@media (max-width: 1500px) {
.tab {
width: 30%;
height: 5.9rem;
font-size: 1.8rem;
}