12 lines
195 B
SCSS
12 lines
195 B
SCSS
.footer-center {
|
|
pointer-events: none;
|
|
& > * {
|
|
pointer-events: var(--ui-pointerEvents);
|
|
}
|
|
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: flex-start;
|
|
margin-inline-end: 0.6rem;
|
|
}
|