mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2338] PDF Thumbnail Pane - close button (#2977)
* close thumblist panel * thumbnails template container
This commit is contained in:
committed by
Eugenio Romano
parent
ec3b208b84
commit
9bbdf4331e
@@ -16,16 +16,16 @@
|
||||
}
|
||||
|
||||
&__thumb:first-child {
|
||||
margin-top: 14px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
&__thumb {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 140px;
|
||||
width: 100px;
|
||||
height: 114px;
|
||||
width: 91px;
|
||||
background: mat-color($background, background);
|
||||
margin-bottom: 14px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
&__thumb:hover {
|
||||
|
Reference in New Issue
Block a user