Update Airport admin page
This commit is contained in:
28
ui/src/components/AirportDrop/AirportDrop.module.css
Normal file
28
ui/src/components/AirportDrop/AirportDrop.module.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.wrapper {
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.dropzone {
|
||||
border-width: 1px;
|
||||
padding-bottom: 50px;
|
||||
color: var(--mantine-color-bright);
|
||||
}
|
||||
|
||||
.icon {
|
||||
color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-white));
|
||||
}
|
||||
|
||||
.control {
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
left: calc(50% - 125px);
|
||||
bottom: -20px;
|
||||
}
|
||||
|
||||
.description {
|
||||
text-align: center;
|
||||
font-size: var(--mantine-font-size-sm);
|
||||
color: var(--mantine-color-dimmed);
|
||||
margin-top: var(--mantine-spacing-xs);
|
||||
}
|
||||
Reference in New Issue
Block a user