27 lines
320 B
SCSS
27 lines
320 B
SCSS
.FatalError {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
|
|
.Icon {
|
|
display: block;
|
|
flex-shrink: 0;
|
|
line-height: 1.3;
|
|
|
|
svg {
|
|
g, path {
|
|
stroke-width: 3px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
p {
|
|
flex: 1;
|
|
line-height: 1.13;
|
|
margin-left: 0.5rem;
|
|
|
|
code {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|