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:
@@ -26,3 +26,14 @@ article,
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.article-details {
|
||||
&.default {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&.news {
|
||||
background: #fc0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user