Loading alert styling

This commit is contained in:
Eden Kirin
2024-01-28 12:46:55 +01:00
parent 0c86009271
commit f6b1dc6562
4 changed files with 19 additions and 5 deletions

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