symfony_example_app/assets/styles/app.css
Ondrej Vlach 64a07b232a
feat: add stub implementation for image
QRCodeFromEntity

fix: base64 StubQRCodeGenerator
2024-01-17 19:05:54 +01:00

12 lines
131 B
CSS

body {
background-color: skyblue;
}
.header {
background-color: skyblue;
}
.header-another-code {
font-size: 2rem;
}