Typ Select für Artikel hinzugefügt. Artikel-Details Komponenten sind nun für jeden Typ verfügbar, wenn benötigt.

This commit is contained in:
2022-06-15 13:06:43 +02:00
parent 652f15830d
commit 0d06a61c7f
9 changed files with 106 additions and 38 deletions

View File

@@ -26,3 +26,14 @@ article,
text-decoration: underline;
}
}
.article-details {
&.default {
background: #000;
color: #fff;
}
&.news {
background: #fc0;
}
}