chart tabs fixed
This commit is contained in:
parent
415005cd0d
commit
fd4e185a41
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue