labyrinth-frontend/src/app/message-banner.module.css
2024-12-26 17:38:31 +01:00

10 lines
114 B
CSS

.banner {
height: 2em;
}
.empty {
}
.message {
border: 1px solid red;
background-color: #ff000044;
}