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:
parent
476aa74101
commit
9c66a39814
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user