mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* Reapplying the unreappliable * Fix buggy search button * Fix settings * Last bit of responsive stylings
37 lines
671 B
SCSS
37 lines
671 B
SCSS
.adf-app-settings {
|
|
display: flex;
|
|
height: 100%;
|
|
align-items: center;
|
|
|
|
.adf-setting-container {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.adf-setting-card {
|
|
width: 400px;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-setting-card-padding {
|
|
width: 50%;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
}
|
|
|
|
.adf-settings-link-icon {
|
|
position: relative;
|
|
top: 6px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.adf-settings-actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
} |