diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-20 00:13:42 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-08-10 23:55:19 +0200 |
commit | dcc7b2970f3635b95bc71e3fc163a51cacad0931 (patch) | |
tree | 58f4bffdfef29b2bdab8d04a64fd8c873a0f20a4 /client/components/lists/list.styl | |
parent | 193af893ee4da894e9494792306f5825e99de74a (diff) | |
download | wekan-dcc7b2970f3635b95bc71e3fc163a51cacad0931.tar.gz wekan-dcc7b2970f3635b95bc71e3fc163a51cacad0931.tar.bz2 wekan-dcc7b2970f3635b95bc71e3fc163a51cacad0931.zip |
Add UI for importing card-as-card and board-as-card
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index fa32ff6d..0e170ebf 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -187,3 +187,14 @@ padding: 7px top: -@padding right: 17px + +.import-board-wrapper + display: flex + align-items: baseline + + .js-import-board + margin-left: 15px + +.search-card-results + max-height: 250px + overflow: hidden |