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

@@ -21,10 +21,7 @@
"lib": {
"entryFile": "src/public-api.ts",
"flatModuleFile": "adf-process-services-cloud",
"styleIncludePaths": [
"../../dist/libs/core/lib"
]
"flatModuleFile": "adf-process-services-cloud"
},
"allowedNonPeerDependencies": [
"@apollo/client",

View File

@@ -1,5 +1,3 @@
@import 'styles/flex';
adf-cloud-app-list {
width: 100%;
@@ -29,11 +27,11 @@ adf-cloud-app-list {
flex: 1 1 100%;
max-width: 33.3333%;
@include layout-bp(lt-md) {
@media screen and (max-width: 960px) {
max-width: 50%;
}
@include layout-bp(lt-sm) {
@media screen and (max-width: 600px) {
max-width: 100%;
}
}

View File

@@ -1,5 +1,3 @@
@import 'styles/flex';
.adf-edit-process-filter-date-error-container {
position: absolute;
height: 20px;
@@ -50,7 +48,7 @@
max-width: 23%;
}
@include layout-bp(lt-sm) {
@media screen and (max-width: 600px) {
flex-flow: column;
:not(:last-child) {

View File

@@ -1,5 +1,3 @@
@import 'styles/flex';
.adf-cloud-start-task-heading {
border-bottom: 1px solid var(--adf-theme-foreground-divider-color);
margin-bottom: 10px;
@@ -85,7 +83,7 @@ adf-cloud-start-task {
}
}
@include layout-bp(lt-md) {
@media screen and (max-width: 960px) {
flex-direction: column;
mat-form-field,

View File

@@ -1,5 +1,3 @@
@import 'styles/flex';
.adf-edit-task-filter-checkbox {
font-size: var(--theme-subheading-2-font-size);
padding-top: 10px;
@@ -60,7 +58,7 @@
flex: 1 1 23%;
}
@include layout-bp(lt-sm) {
@media screen and (max-width: 600px) {
flex-flow: column;
:not(:last-child) {

View File

@@ -1,5 +1,3 @@
@import 'styles/flex';
.adf {
&-controls {
display: flex;
@@ -28,7 +26,7 @@
}
}
@include layout-bp(lt-md) {
@media screen and (max-width: 959px) {
adf-card-view .adf-property-value {
text-overflow: ellipsis;
overflow: hidden;