0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(console): update file uploader component to 80px fixed height

This commit is contained in:
Charles Zhao 2024-07-22 14:07:09 +08:00
parent 3538b1efd7
commit 4459924d04
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -1,9 +1,13 @@
@use '@/scss/underscore' as _;
.uploader {
display: flex;
align-items: center;
justify-content: center;
border: 1px dashed var(--color-border);
border-radius: 8px;
padding: _.unit(3.25);
padding: _.unit(2);
height: 80px;
> input {
display: none;