homehub/packages/homehub_components/scss/FatalError.scss

27 lines
320 B
SCSS
Raw Normal View History

2021-08-26 10:33:15 +00:00
.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;
}
}
}