Loading alert styling
This commit is contained in:
10
src/scss/_loading-error-alert.scss
Normal file
10
src/scss/_loading-error-alert.scss
Normal file
@ -0,0 +1,10 @@
|
||||
.loading-error-container {
|
||||
margin: 2rem auto;
|
||||
max-width: 600px;
|
||||
.loading-error-alert-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user