Files
fredy/ui/src/components/footer/FredyFooter.less

12 lines
271 B
Plaintext
Raw Normal View History

.fredyFooter {
background-color: var(--semi-color-bg-1);
display: flex;
justify-content: flex-end;
align-items: center;
padding: 0 1rem;
height: 32px;
border-top: 1px solid var(--semi-color-border);
z-index: 1000;
position: relative;
flex-shrink: 0;
}