[Trunk | Library Assets]
1. /common-assets/library.css: color changed from #fff to #1a1a1a in rules ".badges .portal-card-badge" and ".badges .private-card-badge". 2. /common-assets/common/: Added updated icon "search.svg" and removed .png. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60007 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
9388df20b1
commit
7a1378bb67
Binary file not shown.
Before Width: | Height: | Size: 87 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 909 KiB |
|
@ -786,7 +786,7 @@ dd:last-child {
|
|||
|
||||
.badges .portal-card-badge {
|
||||
background-color: var(--portal-main-color);
|
||||
color: #fff !important;
|
||||
color: #1a1a1a !important;
|
||||
font-size: 10px;
|
||||
border-radius: 3px;
|
||||
padding: 2px 3px;
|
||||
|
@ -796,7 +796,7 @@ dd:last-child {
|
|||
|
||||
.badges .private-card-badge {
|
||||
background-color: #A4A4A4;
|
||||
color: #fff !important;
|
||||
color: #1a1a1a !important;
|
||||
font-size: 10px;
|
||||
border-radius: 3px;
|
||||
padding: 2px 3px;
|
||||
|
|
Loading…
Reference in New Issue