[Library | Trunk]: Add border left if not first-column for white-border

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58613 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-06 14:01:02 +00:00
parent 062f06fa2a
commit 20e909290b
1 changed files with 4 additions and 0 deletions

View File

@ -2010,6 +2010,10 @@ html {
background-color: white;
}
.white-box-with-border.uk-grid > div:not(.uk-first-column) {
border-left: 1px solid #DEDEDE;
}
/*END OF CONNECT REDESIGN*/
search-bar .entitiesSelection{