10 lines
188 B
SCSS
10 lines
188 B
SCSS
|
.error {
|
||
|
min-height: calc(100vh - 3.25rem - 100px);
|
||
|
padding-top: 4rem;
|
||
|
|
||
|
pre {
|
||
|
padding: 0.75rem;
|
||
|
border: 1px dotted #cecccc;
|
||
|
background: #f9f9f9;
|
||
|
}
|
||
|
}
|