[AAE-16369] use layout-bp mixin where applicable (#8896)

This commit is contained in:
Wojciech Duda
2023-09-28 14:18:15 +02:00
committed by GitHub
parent a0c79e6c64
commit d7e0bb6cd3
32 changed files with 297 additions and 110 deletions

View File

@@ -1,6 +1,9 @@
{
"$schema": "../../../../../node_modules/ng-packagr/ng-package.schema.json",
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/index.ts"
"entryFile": "src/index.ts",
"styleIncludePaths": [
"../src/lib"
]
}
}

View File

@@ -1,3 +1,5 @@
@import 'styles/flex';
.app-shell {
display: flex;
flex-direction: column;
@@ -21,7 +23,7 @@
}
}
@media screen and (max-width: 599px) {
@include layout-bp(lt-sm) {
.adf-app-title {
display: none;
}