Tabler: add icons to ThumbNavigation
This commit is contained in:
@ -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) {
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user