Revert "[AAE-16369] use layout-bp mixin where applicable" (#8944)

This commit is contained in:
Wojciech Duda
2023-09-28 15:22:27 +02:00
committed by GitHub
parent 65d70bffb2
commit 016e5ec089
32 changed files with 110 additions and 297 deletions

View File

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