Tabler: add icons to ThumbNavigation

This commit is contained in:
Alex Gleason
2021-09-20 17:05:59 -05:00
parent 26c7068d66
commit 3de8dcced0
9 changed files with 58 additions and 10 deletions

View File

@ -60,6 +60,32 @@
span {
display: none;
}
.svg-icon {
width: 24px;
height: 24px;
svg {
stroke-width: 1px;
}
&--active {
svg.icon-tabler-search {
stroke-width: 2px;
}
svg.icon-tabler-bell,
svg.icon-tabler-messages {
path:nth-child(2) {
fill: var(--primary-text-color);
}
}
}
}
.icon-with-counter__counter {
right: -8px;
}
}
@media (min-width: 895px) {

View File

@ -733,7 +733,7 @@
@include line-height(14);
position: absolute;
box-sizing: border-box;
left: 8px;
right: -5px;
top: -12px;
min-width: 16px;
height: 16px;