SiteWebAstrolabe/src/scss/components/_tags.scss
Yves Gatesoupe df8c6d3a2b fixed blue text color on post thumbnail hover
added remove dist before build
modal style
fix tag result list size
profil Elias
2021-11-29 17:29:59 +01:00

23 lines
301 B
SCSS

.tag-list {
list-style: none;
display: flex;
.tag-item + .tag-item {
margin-left: 1rem;
}
}
.tag-item {
font-weight: 600;
padding: .5rem 1rem;
background-color: var(--color-light-gray);
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}