summaryrefslogtreecommitdiffstats
path: root/apps/projects/src/app/index.scss
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-01 22:20:31 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-01 22:20:31 +0200
commit9db0f70f75886ab1f97e231a3f9c16fcbbbe04bd (patch)
treeee4386cdffe27eaf0325b4617c7fafefbb9f7d51 /apps/projects/src/app/index.scss
parent7058f55fe099d6b6dea50558f30a4dc8ee52dde8 (diff)
downloadgreatoffice-9db0f70f75886ab1f97e231a3f9c16fcbbbe04bd.tar.xz
greatoffice-9db0f70f75886ab1f97e231a3f9c16fcbbbe04bd.zip
refactor: Move projects-web to projects
Diffstat (limited to 'apps/projects/src/app/index.scss')
-rw-r--r--apps/projects/src/app/index.scss38
1 files changed, 38 insertions, 0 deletions
diff --git a/apps/projects/src/app/index.scss b/apps/projects/src/app/index.scss
new file mode 100644
index 0000000..4794787
--- /dev/null
+++ b/apps/projects/src/app/index.scss
@@ -0,0 +1,38 @@
+@use '../../web-shared/src/styles/base'as * with ($breakpoints: ('xs': "768px",
+ 'sm': "768px",
+ 'md': "1200px",
+ 'lg': "1200px",
+ 'xl': "1600px",
+ ),
+ $grid-columns: 12);
+
+@use '../../web-shared/src/styles/custom-style/colors';
+@use '../../web-shared/src/styles/custom-style/spacing';
+@use '../../web-shared/src/styles/custom-style/shared-styles';
+@use '../../web-shared/src/styles/custom-style/typography';
+@use '../../web-shared/src/styles/custom-style/icons';
+@use '../../web-shared/src/styles/custom-style/buttons';
+@use '../../web-shared/src/styles/custom-style/forms';
+@use '../../web-shared/src/styles/custom-style/util';
+
+@use '../../web-shared/src/styles/components/radios-checkboxes';
+@use '../../web-shared/src/styles/components/circle-loader';
+@use '../../web-shared/src/styles/components/list';
+@use '../../web-shared/src/styles/components/form-validator';
+@use '../../web-shared/src/styles/components/btn-states';
+@use '../../web-shared/src/styles/components/alert';
+@use '../../web-shared/src/styles/components/details';
+@use '../../web-shared/src/styles/components/tabbed-navigation';
+@use '../../web-shared/src/styles/components/dropdown';
+@use '../../web-shared/src/styles/components/modal';
+@use '../../web-shared/src/styles/components/chip';
+@use '../../web-shared/src/styles/components/autocomplete';
+@use '../../web-shared/src/styles/components/select-autocomplete';
+@use '../../web-shared/src/styles/components/interactive-table';
+@use '../../web-shared/src/styles/components/pagination';
+@use '../../web-shared/src/styles/components/custom-select';
+@use '../../web-shared/src/styles/components/pre-header';
+@use '../../web-shared/src/styles/components/table';
+@use '../../web-shared/src/styles/components/custom-checkbox';
+@use '../../web-shared/src/styles/components/menu';
+@use '../../web-shared/src/styles/components/user-menu';