mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +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
63 lines
1.1 KiB
SCSS
63 lines
1.1 KiB
SCSS
div.adf-search-results-container {
|
|
padding: 0 20px 20px;
|
|
}
|
|
|
|
.adf-search-title {
|
|
font-size: 22px;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
:host .adf-col-display-name {
|
|
min-width: 100px;
|
|
}
|
|
:host .adf-col-modified-at, :host .adf-col-modified-by {
|
|
display: none;
|
|
}
|
|
:host div.adf-search-results-container table {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.adf-search-results-content {
|
|
display: flex;
|
|
}
|
|
|
|
.adf-search-extended-input-containers {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.adf-search-extended-input-textarea {
|
|
width: 300px;
|
|
}
|
|
|
|
.adf-search-extended-label-error {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.adf-example-card {
|
|
width: 200px;
|
|
flex: 0 20%;
|
|
margin: 15px;
|
|
}
|
|
|
|
.adf-example-card-search-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.example-header-image {
|
|
|
|
background-size: cover;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.example-search-input {
|
|
width: 100px;
|
|
border: 1 solid;
|
|
border-color: black;
|
|
}
|