[Trunk | Library]: library.css: Added css (margin-bottom: 10px) for 'ul.user-actions > li' (used in right box in landing pages).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58721 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-05-19 15:30:30 +00:00
parent 6f22ce150a
commit d784644f86
1 changed files with 4 additions and 0 deletions

View File

@ -601,6 +601,10 @@ h2, h4 {
background-color: #FAFBFF;
}
ul.user-actions > li{
margin-bottom: 10px;
}
/* theme */
.uk-subnav-line li:hover .home-icon svg #home {
fill: #05007A !important;