filestash/client/components/error.scss
2018-04-10 14:51:39 +10:00

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;
}
}