You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
323 B
17 lines
323 B
// 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;
|
|
}
|
|
}
|