mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
6 lines
112 B
SCSS
6 lines
112 B
SCSS
@import "src/styles/variables";
|
|
|
|
.wrap {
|
|
padding-bottom: $upload_button_height + $gap;
|
|
min-height: 200px;
|
|
}
|