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

Add background color and box-shadow to .ClusterStatus, add padding (48px)

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
Hung-Han (Henry) Chen 2021-08-10 09:28:12 +03:00
parent 476aa74101
commit 9c66a39814
No known key found for this signature in database
GPG Key ID: 54B44603D251B788

View File

@ -27,6 +27,9 @@
margin: auto;
text-align: center;
z-index: 1;
background: var(--contentColor);
box-shadow: 0 0 16px var(--boxShadow);
padding: calc(var(--padding) * 6);
pre {
@include hidden-scrollbar;