Refactor TabsBar, refactor IconWithBadge, use Dashboard nav

This commit is contained in:
Alex Gleason 2020-12-29 20:26:26 -06:00
parent 03344756e5
commit eec89aaeb5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
9 changed files with 6 additions and 4 deletions

Binary file not shown.

View file

@ -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) {

View file

@ -719,9 +719,5 @@
text-align: center;
color: #fff;
background: var(--accent-color);
@media screen and (max-width: 895px) {
top: 0;
}
}
}