diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 10:34:53 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 10:34:53 +1000 |
| commit | 5100a108634cb63ae508669878b05ed5fa20c31a (patch) | |
| tree | 271946d88c35c7101e1c95f9a03ff034ac2e3ffe /static | |
| parent | fd3f210a36529bdd0d5988052d5fe60ab4fa5682 (diff) | |
Improve import UI
Diffstat (limited to 'static')
| -rw-r--r-- | static/import.css | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/static/import.css b/static/import.css index a12b5b9..bc114e7 100644 --- a/static/import.css +++ b/static/import.css @@ -13,22 +13,12 @@ }
.import-form {
+ padding: 20px;
border: 5px dashed #676867;
border-radius: 10px;
cursor: pointer;
}
-.import-box {
- display: flex;
- flex-direction: column;
- height: 100%;
- width: 100%;
- justify-content: center;
- align-items: center;
- min-width: 300px;
- min-height: 300px;
-}
-
.import-details {
display: flex;
flex-direction: column;
|
