mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-21 03:18:19 +00:00
13 lines
287 B
SCSS
13 lines
287 B
SCSS
![]() |
// themes and colors
|
||
|
@import 'styles/theming/all';
|
||
|
@import 'styles/color/all_color';
|
||
|
@import 'styles/typography/typography';
|
||
|
|
||
|
// layouts
|
||
|
@import 'styles/container/container';
|
||
|
@import 'styles/register/register';
|
||
|
@import 'styles/header/header';
|
||
|
|
||
|
// animations
|
||
|
@import 'styles/animations';
|