Refactor TabsBar, refactor IconWithBadge, use Dashboard nav
This commit is contained in:
parent
03344756e5
commit
eec89aaeb5
9 changed files with 6 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -213,6 +213,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.icon-with-counter__counter {
|
||||
@media screen and (min-width: 895px) {
|
||||
left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
&.optional {
|
||||
display: none;
|
||||
@media screen and (max-width: $nav-breakpoint-2) {
|
||||
|
|
|
@ -719,9 +719,5 @@
|
|||
text-align: center;
|
||||
color: #fff;
|
||||
background: var(--accent-color);
|
||||
|
||||
@media screen and (max-width: 895px) {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue