Skip to content

Commit

Permalink
Update vejlebib notification styling
Browse files Browse the repository at this point in the history
- Style links in notification content.
- Use different top/bottom padding on frontpage.
  • Loading branch information
holt83 committed Nov 10, 2020
1 parent 19e5f4b commit 9a99610
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themes/vejlebib/sass/components/_vejlebib_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
padding-bottom: 20px;
}

.frontpage-layout & {
padding-top: 20px;
padding-bottom: 0;
}

.panel-pane-inner {
background-color: $color-primary;
padding: 20px !important;
Expand All @@ -38,4 +43,13 @@
top: 2px;
}
}

a {
@include transition(color 300ms $ease-out-quart);
color: $white;
text-decoration: underline;
&:hover {
color: $white-opacity-dark;
}
}
}

0 comments on commit 9a99610

Please sign in to comment.