Files
gpustack-ui/src/components/footer/index.less
T
2025-04-28 10:05:06 +08:00

17 lines
323 B
Plaintext

// footer all styles
.footer {
bottom: 0;
width: 100%;
background-color: transparent;
padding: 20px 0;
text-align: center;
font-size: var(--font-size-middle);
color: var(--ant-color-text-secondary);
.footer-content-left-text {
display: flex;
justify-content: center;
align-items: center;
}
}