[LIBRARY] update library.css (uk-label, description & filter title in search pages,)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@54768 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
5ab923dcf1
commit
c69a73ce42
|
@ -447,6 +447,7 @@ color: #414141}
|
||||||
/* border-left: 8px solid #e5e5e5; */
|
/* border-left: 8px solid #e5e5e5; */
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
color: #666666 !important;
|
color: #666666 !important;
|
||||||
|
line-height: 22px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -713,7 +714,7 @@ white-space: nowrap;
|
||||||
text-decoration: underline; */
|
text-decoration: underline; */
|
||||||
border-bottom: 1px solid var(--portal-main-color) !important;
|
border-bottom: 1px solid var(--portal-main-color) !important;
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
/* color: var(--portal-main-color); */
|
color: var(--portal-main-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sideInfoTitle{
|
.sideInfoTitle{
|
||||||
|
@ -1023,6 +1024,8 @@ showTitle h2{
|
||||||
.uk-label {
|
.uk-label {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
|
padding: 3px 10px;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover, .uk-link:hover , .uk-link:hover, a:hover {
|
a:hover, .uk-link:hover , .uk-link:hover, a:hover {
|
||||||
|
|
Loading…
Reference in New Issue