1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Center text in notifications (#4461)

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2021-11-30 18:01:04 +02:00 committed by GitHub
parent 2f14b7a70a
commit 37b8fe45f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@
white-space: pre-line; white-space: pre-line;
padding-left: $padding; padding-left: $padding;
padding-right: $padding * 2; padding-right: $padding * 2;
align-self: center;
a { a {
color: inherit; color: inherit;
@ -63,9 +64,5 @@
box-shadow: 0 0 20px var(--boxShadow); box-shadow: 0 0 20px var(--boxShadow);
} }
} }
.close {
margin-top: -2px;
}
} }
} }