Seznam tagů z kategorie

This commit is contained in:
2022-08-19 18:19:11 +02:00
parent fbba83194e
commit ce7460686e
3 changed files with 32 additions and 10 deletions

View File

@ -1,18 +1,23 @@
.taglist .tag {
margin-right:$tag-margin-right;
padding:$tag-padding;
background:$tag-background;
color:$tag-color;
border-radius:$tag-border-radius;
border:1px solid #aaa;
font-size:$tag-font-size;
display:inline-block;
margin-right: $tag-margin-right;
background: $tag-background;
color: $tag-color;
border-radius: $tag-border-radius;
border: 1px solid #aaa;
font-size: $tag-font-size;
display: inline-block;
a {
color:$tag-color;
display: block;
color: $tag-color;
white-space: nowrap;
padding: $tag-padding;
&:hover {
color:lighten($anchor-hover-color,40);
color: $primary;
}
}
}
.taglist.centering {
justify-content: center;
}