mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
39 lines
563 B
CSS
39 lines
563 B
CSS
.status {
|
|
--flex-gap: 16px;
|
|
|
|
position: relative;
|
|
min-width: 350px;
|
|
margin: auto;
|
|
text-align: center;
|
|
z-index: 1;
|
|
background: var(--mainBackground);
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
pre {
|
|
max-width: 70vw;
|
|
max-height: 40vh;
|
|
white-space: pre-line;
|
|
overflow: auto;
|
|
line-height: 1.7;
|
|
|
|
p {
|
|
margin-bottom: var(--margin);
|
|
}
|
|
}
|
|
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.spinner {
|
|
--spinner-size: 38px;
|
|
--spinner-border: calc(var(--spinner-size) / 10);
|
|
}
|
|
|
|
.icon {
|
|
--size: 70px;
|
|
margin: auto;
|
|
color: var(--colorError);
|
|
} |