frontend/src/styles/theme/_index.scss
konrad f8d009a6aa feat: add message component (#1082)
This PR adds a simple message component that replaces bulma's default message.

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1082
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-11-28 14:18:27 +00:00

10 lines
159 B
SCSS

@import "scrollbars";
@import "theme";
@import "background";
@import "content";
@import "form";
@import "link-share";
@import "loading";
@import "flatpickr";