[Trunk | Library]:
1. common-assets/library.css: Rename class 'lines-11' to 'lines-10' (is applied only on <p> element) & apply classes 'multi-line-ellipsis' and 'lines-10' only on <p> element. 2. curved-bottom.svg: Add background color (#FAFAFA) with <rect> element. 3. explore-custom.css: In class 'numbers-background' add 'no-repeat' style & remove 'homePageGrayBackground' class & in class 'graph-background-bottom' add 'background-color: #FAFAFA'. 4. home.component.html: Use 'lines-10' class instead of 'lines-11' & don't use 'homePageGrayBackground' class & seperate section for numbers - add 'numbers-background' class only on second section - adjust margins and paddings. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57512 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
a1c919b385
commit
9c2d272df5
|
@ -668,15 +668,15 @@ text-overflow: ellipsis;
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.multi-line-ellipsis {
|
||||
.multi-line-ellipsis p {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.multi-line-ellipsis.lines-11 {
|
||||
-webkit-line-clamp: 11;
|
||||
.multi-line-ellipsis.lines-10 p {
|
||||
-webkit-line-clamp: 10;
|
||||
}
|
||||
|
||||
.custom-accordion .uk-accordion-title{
|
||||
|
|
Loading…
Reference in New Issue