Skip to content

Commit

Permalink
Fix notification top positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Dec 5, 2017
1 parent b7cc3ce commit de8624a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/_shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ td > button:last-child, td > .button:last-child, div > button:last-child, div >

.notification {
border-radius: 0 !important;
// top: 50px !important;
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
Expand All @@ -126,6 +125,12 @@ td > button:last-child, td > .button:last-child, div > button:last-child, div >
font-size: 100% !important;
}

.notifications-tr, .notifications-tl {
> div.notification {
top: 65px !important;
}
}


.content-block {
margin-bottom: 2rem;
Expand Down

0 comments on commit de8624a

Please sign in to comment.