mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update form-section.component.scss (#11064)
This commit is contained in:
@@ -1,10 +1,30 @@
|
||||
@use '../../../../../src/lib/styles/flex' as flex;
|
||||
|
||||
.adf-grid-list {
|
||||
&-section {
|
||||
&-single-column {
|
||||
display: flex;
|
||||
flex-wrap: inherit;
|
||||
align-items: baseline;
|
||||
flex-direction: column;
|
||||
gap: 1%;
|
||||
|
||||
@include flex.layout-bp(lt-md) {
|
||||
flex: 1 1 100% !important;
|
||||
}
|
||||
|
||||
.adf-section-widget {
|
||||
@include flex.layout-bp(lt-md) {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
@include flex.layout-bp(lt-md) {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-column-view-item {
|
||||
|
Reference in New Issue
Block a user