[Library | Trunk]: Notifications sidebar fix paddings
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60743 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f747c9314f
commit
7a000c3183
|
@ -30,7 +30,7 @@
|
|||
color: #1a1a1a;
|
||||
font-size: 14px;
|
||||
top: 100px;
|
||||
padding: 45px 0;
|
||||
padding: 0;
|
||||
border: 1px solid var(--portal-main-color);
|
||||
width: 550px;
|
||||
}
|
||||
|
@ -60,11 +60,11 @@
|
|||
}
|
||||
|
||||
#notifications .notification-list {
|
||||
padding: 0 0 0 45px;
|
||||
padding: 45px 0 45px 45px;
|
||||
}
|
||||
|
||||
#notifications .notification-list:not(:last-child) {
|
||||
height: 500px;
|
||||
height: 440px;
|
||||
border-bottom: 1px solid #E4E4E4;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue