handle label color translation and class name
This commit is contained in:
parent
9595730fde
commit
468c159b52
6 changed files with 22 additions and 20 deletions
|
@ -28,15 +28,3 @@ $colors: "green-tilleul-verveine",
|
|||
color: var(--text-action-high-#{$color});
|
||||
}
|
||||
}
|
||||
|
||||
.grid-tags {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
@media (min-width: 62em) {
|
||||
.grid-tags {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue