summaryrefslogtreecommitdiffstats
path: root/apps/portal/src/app/index.scss
blob: 56ac1c0541a274c7317f06b5112194964624c7b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@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/btn-states';
@use '../../web-shared/src/styles/components/alert';
@use '../../web-shared/src/styles/components/details';