Files
gpustack-ui/src/components/footer/index.less
T
2024-07-12 12:06:17 +08:00

17 lines
311 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(--color-text-2);
.footer-content-left-text {
display: flex;
justify-content: center;
align-items: center;
}
}