mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
relates to #9831 Implements the mdm mac OS scripts UI. This is just the UI atm and is not accessible in the application at the moment.
16 lines
339 B
SCSS
16 lines
339 B
SCSS
.file-uploader {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
border-radius: $border-radius;
|
|
background-color: $ui-fleet-blue-10;
|
|
border: 1px solid $ui-fleet-black-10;
|
|
padding: $pad-xlarge $pad-large;
|
|
font-size: $x-small;
|
|
margin-top: $pad-xxlarge;
|
|
text-align: center;
|
|
|
|
input {
|
|
display: none;
|
|
}
|
|
}
|