mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Revert "[AAE-16369] use layout-bp mixin where applicable" (#8944)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@import 'styles/flex';
|
||||
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
.adf-new-task-heading {
|
||||
padding-top: 12px;
|
||||
@@ -30,11 +28,11 @@
|
||||
}
|
||||
|
||||
.input-row {
|
||||
@include layout-bp(lt-md) {
|
||||
@media screen and (max-width: 960px){
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@include layout-bp(lt-md) {
|
||||
@media screen and (min-width: 960px) {
|
||||
mat-form-field {
|
||||
margin-right: 20px;
|
||||
}
|
||||
@@ -46,7 +44,7 @@
|
||||
box-sizing: border-box;
|
||||
max-width: 48%;
|
||||
|
||||
@include layout-bp(lt-sm) {
|
||||
@media screen and (max-width: 600px){
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user