1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Merge pull request #1845 from SoarinFerret/add-close-icon-to-notifications

Add close icon to notifications
This commit is contained in:
Dan Brown
2020-01-19 16:07:08 +00:00
committed by GitHub
2 changed files with 11 additions and 4 deletions

View File

@ -15,7 +15,7 @@
transition: transform ease-in-out 280ms;
transform: translateX(580px);
display: grid;
grid-template-columns: 42px 1fr;
grid-template-columns: 42px 1fr 12px;
color: #444;
font-weight: 700;
span, svg {
@ -29,6 +29,13 @@
padding-right: $-s;
fill: currentColor;
}
.dismiss {
margin-top: -8px;
svg {
height: 1.0rem;
color: #444;
}
}
span {
vertical-align: middle;
line-height: 1.3;