Atomic-design POC: BIG-register self-service portal (Angular + Rijkshuisstijl)
Atoms/molecules/organisms/templates/pages composing the NL Design System (Utrecht) CSS themed Rijkshuisstijl via @rijkshuisstijl-community tokens. Login -> dashboard -> registration detail, mock JSON over HttpClient, Storybook organized by atomic layer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
8
src/styles.scss
Normal file
8
src/styles.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Rijkshuisstijl design tokens (already themed) + Utrecht/RHC component CSS.
|
||||
ponytail: we import the published CSS instead of hand-writing styles — the
|
||||
whole point is that the design system gives us Rijkshuisstijl for free. */
|
||||
@import '@rijkshuisstijl-community/design-tokens/dist/index.css'; /* .rhc-theme tokens */
|
||||
@import '@rijkshuisstijl-community/design-tokens/dist/lintblauw/index.css'; /* .lintblauw palette */
|
||||
@import '@rijkshuisstijl-community/components-css/dist/index.css'; /* component classes */
|
||||
|
||||
html, body { margin: 0; min-height: 100%; }
|
||||
Reference in New Issue
Block a user