tasmota-sml-parser/static/app.css
Andreas Thienemann 56da340080
Update app.css
Correct footer color and margin
2022-02-26 17:47:41 +01:00

18 lines
196 B
CSS

.jumbotron {
margin-top: 1em;
}
.parser-error {
color: red;
}
.parser-success {
color: green;
}
footer {
border-top: 1px solid #ccc;
margin: 10em;
margin-bottom: 1em;
}