mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-16369] use layout-bp mixin where applicable (#8945)
* [AAE-15828] layout-bp mixin for core * [AAE-15828] fixed import * [AAE-15828] layout-bp for process-services-cloud * [AAE-15828] layout-bp for process-services * [AAE-15828] layout-bp for content-services * [AAE-15828] fixed incorrect values * [AAE-15828] lint fix * configure stylePreprocessorOptions for cross project scss importing * scss import cardio * set correct style paths for packages * [AAE-16369] addded missing test config * [ci:force] fix for the pretheme build * unified configs for libs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
.adf-new-task-heading {
|
||||
padding-top: 12px;
|
||||
@@ -28,11 +30,11 @@
|
||||
}
|
||||
|
||||
.input-row {
|
||||
@media screen and (max-width: 960px){
|
||||
@include layout-bp(lt-md) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 960px) {
|
||||
@include layout-bp(lt-md) {
|
||||
mat-form-field {
|
||||
margin-right: 20px;
|
||||
}
|
||||
@@ -44,7 +46,7 @@
|
||||
box-sizing: border-box;
|
||||
max-width: 48%;
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
@include layout-bp(lt-sm) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user