Metar overhaul, added footer, updated schemas
This commit is contained in:
26
ui/src/components/Footer/Footer.module.css
Normal file
26
ui/src/components/Footer/Footer.module.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.footer {
|
||||
background: #32495f;
|
||||
border-top: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
|
||||
}
|
||||
|
||||
.inner {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
|
||||
|
||||
@media (max-width: $mantine-breakpoint-xs) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.link {
|
||||
color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-0));
|
||||
@media (max-width: $mantine-breakpoint-xs) {
|
||||
margin-top: var(--mantine-spacing-md);
|
||||
}
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
color: light-dark(var(--mantine-color-white));
|
||||
}
|
||||
Reference in New Issue
Block a user