initial tags styling
This commit is contained in:
parent
0e22ef4ef1
commit
b5ded243c4
1 changed files with 14 additions and 0 deletions
14
src/assets/styles/components/_tags.scss
Normal file
14
src/assets/styles/components/_tags.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.tags--container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--s0);
|
||||
}
|
||||
|
||||
.tag {
|
||||
& a {
|
||||
padding: var(--s-2) var(--s-1);
|
||||
color: var(--text-secondary);
|
||||
text-decoration: none;
|
||||
background: var(--background-color-secondary);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue