[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:
parent
6f22ce150a
commit
d784644f86
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue