[ACA-2330] fix document-list styling (#1062)

* [ACA-2330] fix DL display - enable single click tests

* [ACA-2330] fix locked-by item display

* [ACA-2330] set text color and padding on DL

* [ACA-2330] fix ellipsis on name column text

* [ACA-2330] apply fix to library-name-column also

- fixes failing test on libraries DL

* [ACA-2330] set scss variables

* [ACA-2330] fix wrong variable names

* [ACA-2330] decrease thumbnail width

* [ACA-2330] enable related tests
This commit is contained in:
Suzana Dirla
2019-04-10 18:34:21 +03:00
committed by Denys Vuika
parent 35c84bdd0c
commit 8d02203a54
4 changed files with 60 additions and 23 deletions

View File

@@ -1,10 +1,11 @@
.aca-name-column-container {
aca-locked-by {
position: absolute;
top: 10px;
left: -4px;
top: 35px;
left: 13px;
display: flex;
align-items: center;
color: rgba(0, 0, 0, 0.54);
}
}