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 Sebastian Malton
parent d961a9ecbe
commit 45910043d7

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;
}
} }
} }