Use more clear explanation in the scope notice, make sure the hide button doesn't overlap with text in notice.

This commit is contained in:
eugenijm 2019-05-07 22:32:47 +03:00
parent 4af343374a
commit a89010843d
7 changed files with 30 additions and 18 deletions

View file

@ -648,6 +648,19 @@ nav {
border-radius: var(--inputRadius, $fallback--inputRadius);
}
.notice-dismissible {
padding-right: 4rem;
position: relative;
.dismiss {
position: absolute;
top: 0;
right: 0;
padding: .5em;
color: inherit;
}
}
@keyframes modal-background-fadein {
from {
background-color: rgba(0, 0, 0, 0);