mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
13 lines
235 B
SCSS
13 lines
235 B
SCSS
.component_error{
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
font-size: 25px;
|
|
font-style: italic;
|
|
font-weight: 100;
|
|
|
|
.trace{
|
|
fontSize: 12px;
|
|
maxWidth: 500px;
|
|
margin: 10px auto 0 auto;
|
|
}
|
|
}
|