diff --git a/angular.json b/angular.json index 2224c6a..59f0d3e 100644 --- a/angular.json +++ b/angular.json @@ -51,7 +51,7 @@ "assets": ["apps/dafa-web/src/assets"], "styles": ["apps/dafa-web/src/styles/styles.scss"], "stylePreprocessorOptions": { - "includePaths": ["node_modules/@af/sass", "apps/dafa-web/src/styles"] + "includePaths": ["apps/dafa-web/src/styles"] }, "scripts": [] }, diff --git a/apps/dafa-web/src/app/app.component.html b/apps/dafa-web/src/app/app.component.html index 3dcc168..4c0dc28 100644 --- a/apps/dafa-web/src/app/app.component.html +++ b/apps/dafa-web/src/app/app.component.html @@ -8,9 +8,7 @@
- - - +
diff --git a/apps/dafa-web/src/app/app.component.scss b/apps/dafa-web/src/app/app.component.scss index 5df793f..74a0416 100644 --- a/apps/dafa-web/src/app/app.component.scss +++ b/apps/dafa-web/src/app/app.component.scss @@ -1,4 +1,3 @@ -@import 'variables/gutters'; @import 'variables/navigation'; @import 'variables/breakpoints'; @@ -13,13 +12,13 @@ grid-area: sidebar; height: calc(100vh - #{$dafa__navigation-height} - 1px); - @media (min-width: $af__breakpoint-m) { + @media (min-width: $digi--layout--breakpoint--m) { height: calc(100vh - #{$dafa__navigation-height-large} - 1px); } } &__content { grid-area: content; - padding: $af__gutter-l; + padding: 1.25rem 1.5rem; } } diff --git a/apps/dafa-web/src/app/components/navigation/navigation.component.html b/apps/dafa-web/src/app/components/navigation/navigation.component.html index ab2d5a6..2d6f31a 100644 --- a/apps/dafa-web/src/app/components/navigation/navigation.component.html +++ b/apps/dafa-web/src/app/components/navigation/navigation.component.html @@ -5,7 +5,7 @@