new-omis/resources/assets/layout/_footer.scss

9 lines
213 B
SCSS
Raw Permalink Normal View History

2024-04-03 04:31:39 +00:00
.layout-footer {
transition: margin-left $transitionDuration;
display: flex;
align-items: center;
justify-content: center;
padding-top: 1rem;
border-top: 1px solid var(--surface-border);
}