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:
parent
3538b1efd7
commit
4459924d04
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue