diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-04-21 00:14:10 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-08-11 00:15:51 +0200 |
commit | bce22425280248eda01132ccc58c9f5beefb712a (patch) | |
tree | 32edb028b1c7f1de8ba7c87f3babc3c2860641f1 /client/components/cards/cardDetails.styl | |
parent | f0597ef0c496352cb102d85227a46831a8b04c57 (diff) | |
download | wekan-bce22425280248eda01132ccc58c9f5beefb712a.tar.gz wekan-bce22425280248eda01132ccc58c9f5beefb712a.tar.bz2 wekan-bce22425280248eda01132ccc58c9f5beefb712a.zip |
Add imported card location
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r-- | client/components/cards/cardDetails.styl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 42d27d11..ab65a5d6 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -47,6 +47,12 @@ margin: 7px 0 0 padding: 0 + .imported-card-location + font-style: italic + font-size: 1em + margin-bottom: 0 + & p + margin-bottom: 0 form.inlined-form margin-top: 5px |