mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
15 lines
193 B
CSS
15 lines
193 B
CSS
|
#errorViewContent {
|
||
|
align-items: center;
|
||
|
background-color: #ff0000BB;
|
||
|
}
|
||
|
|
||
|
#errorAdditionalInfo {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
#errorSummary {
|
||
|
color: white;
|
||
|
}
|