[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:
parent
062f06fa2a
commit
20e909290b
|
@ -2010,6 +2010,10 @@ html {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.white-box-with-border.uk-grid > div:not(.uk-first-column) {
|
||||||
|
border-left: 1px solid #DEDEDE;
|
||||||
|
}
|
||||||
|
|
||||||
/*END OF CONNECT REDESIGN*/
|
/*END OF CONNECT REDESIGN*/
|
||||||
|
|
||||||
search-bar .entitiesSelection{
|
search-bar .entitiesSelection{
|
||||||
|
|
Loading…
Reference in New Issue