mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
16 lines
221 B
CSS
16 lines
221 B
CSS
#errorViewContent {
|
|
align-items: center;
|
|
background-color: #ff0000BB;
|
|
}
|
|
|
|
#errorAdditionalInfo {
|
|
padding: 0;
|
|
margin: 0;
|
|
color: white;
|
|
font-family: monospace;
|
|
}
|
|
|
|
#errorSummary {
|
|
color: white;
|
|
}
|