Prohlížeč zdrojového kódu
app/assets/stylesheets/_layout.scss
// Sticky footer
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
main.container { flex: 1; }
// Flash messages
.flash { padding: 0.75rem 1rem; border-radius: var(--pico-border-radius); margin-bottom: 1.5rem; }
.flash-notice { background: #d4edda; color: #155724; }
.flash-alert { background: #f8d7da; color: #721c24; }