mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* add stylelint * fix style first part * fix style second part * fix style third part * fix style fourth part * Fix e2e tests first part * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * fix insights * fix style abotu component * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * [ADF-3746] Rebase branch * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * Fix e2e tests second part * Rebase branch * Fix list error * fix new style added * tslint fix * [ADF-3746] Fix scss errors on Process Filters Cloud component
58 lines
878 B
SCSS
58 lines
878 B
SCSS
.adf-form-container {
|
|
padding: 10px;
|
|
}
|
|
|
|
.adf-main-content {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.adf-card-view {
|
|
width: 30%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.adf-console {
|
|
width: 60%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-left: 10px;
|
|
height: 500px;
|
|
overflow: scroll;
|
|
padding-bottom: 30px;
|
|
|
|
h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
p {
|
|
display: block;
|
|
font-family: monospace, monospace;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.adf-form-config-editor {
|
|
height: 500px !important;
|
|
}
|
|
|
|
.adf-form-editor-buttons {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.adf-upload-config-button {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
input {
|
|
cursor: pointer;
|
|
height: 100%;
|
|
right: 0;
|
|
opacity: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 300px;
|
|
z-index: 4;
|
|
}
|
|
}
|