mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2569] fix reload app.config.json (#3124)
* fix reload app.config.json * improve style mobile fix test * test karma setup update * fix core providers test * remove unused providers * use mock api in service test * skip test in the wrong place * remove comma * remove fdescribe
This commit is contained in:
committed by
Denys Vuika
parent
21b8cd30ce
commit
9e2969b955
@@ -1,8 +1,9 @@
|
||||
@mixin adf-file-component-theme($theme) {
|
||||
$minimumDocumentListWidth: 425px;
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
.container {
|
||||
margin: 10px;
|
||||
margin: 10px !important;
|
||||
}
|
||||
|
||||
@media screen and ($mat-xsmall) {
|
||||
@@ -62,14 +63,14 @@
|
||||
}
|
||||
|
||||
.adf-manage-versions-sidebar {
|
||||
width: 300px;
|
||||
width: 300px !important;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
|
||||
.adf-manage-versions-empty,
|
||||
.adf-manage-versions-no-permission {
|
||||
margin: 24px;
|
||||
color: grey;
|
||||
text-align: justify;
|
||||
margin: 44px;
|
||||
color: mat-color($foreground, text, 0.54);
|
||||
text-align: center;
|
||||
|
||||
&-icon {
|
||||
display: block;
|
||||
@@ -153,7 +154,7 @@
|
||||
}
|
||||
|
||||
adf-file-uploading-dialog ::ng-deep .upload-dialog {
|
||||
width: 80%;
|
||||
width: 80%;
|
||||
|
||||
& ::ng-deep adf-file-uploading-list ::ng-deep adf-file-uploading-list-row .adf-file-uploading-row__group {
|
||||
min-width: 0;
|
||||
|
Reference in New Issue
Block a user