diff --git a/src/app/notifications/notifications.component.html b/src/app/notifications/notifications.component.html index f10674f..d1c806c 100644 --- a/src/app/notifications/notifications.component.html +++ b/src/app/notifications/notifications.component.html @@ -1,14 +1,7 @@ -
-
-

Notifications

-
- - - -
\ No newline at end of file + \ No newline at end of file diff --git a/src/app/notifications/notifications.component.scss b/src/app/notifications/notifications.component.scss index 187c94f..266ff16 100644 --- a/src/app/notifications/notifications.component.scss +++ b/src/app/notifications/notifications.component.scss @@ -1,29 +1,31 @@ -header { - background-color: white; - position: sticky; - top: 0; - padding: 1.5rem 2rem; - border-bottom: 1px solid var(--border-grey); - - h4{ - font-size: 1.8rem; - color: var(--primary); - font-weight: 500; - } -} - ul { list-style: none; + height: 100%; + overflow: auto; + min-height: 10rem; + max-height: 40rem; li { display: block; - padding: 1.5rem 2rem; - + width: calc(100% - 2rem); + padding: 1.5rem; + cursor: pointer; + position: relative; + margin: 1rem auto; + border: 1px solid var(--border-grey); + border-radius: 1rem; + line-height: 1.5; + + &:hover { + box-shadow: 0px 0px 10px -4px var(--dark-grey); + } h5 { font-size: 1.4rem; margin: 0 0 0.5rem; font-weight: 500; + color: var(--highlight); + filter: brightness(80%); } p { diff --git a/src/app/tabs/tabs.component.html b/src/app/tabs/tabs.component.html index 05420ef..8c5e43e 100644 --- a/src/app/tabs/tabs.component.html +++ b/src/app/tabs/tabs.component.html @@ -12,7 +12,8 @@ search icon -