diff options
author | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-08-03 19:47:20 +0200 |
---|---|---|
committer | Angelo Gallarello <angelo.gallarell@gmail.com> | 2018-08-03 19:47:20 +0200 |
commit | f63482b58775a2f52fdd5f932ce7d14f16757133 (patch) | |
tree | 886fdeae889b05ea009d67ed2181a5c46985f48a /client/components/rules/rules.styl | |
parent | d5870472fbc988d1a4a4fcec0aa46544bbedefab (diff) | |
download | wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.tar.gz wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.tar.bz2 wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.zip |
UI for rules list
Diffstat (limited to 'client/components/rules/rules.styl')
-rw-r--r-- | client/components/rules/rules.styl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/client/components/rules/rules.styl b/client/components/rules/rules.styl new file mode 100644 index 00000000..2aab1b40 --- /dev/null +++ b/client/components/rules/rules.styl @@ -0,0 +1,34 @@ +.rules-list + overflow-y: scroll +.rules-lists-item + display: block + position: relative + overflow: auto + p + display: inline-block + float: left + margin: revert + +.rules-btns-group + position: absolute + right: 0 + top: 50% + transform: translateY(-50%) + button + margin: auto +.rules-add + display: block + overflow: auto + margin-top: 25px + margin-bottom: 5px + input + display: inline-block + float: right + margin: auto + margin-right: 10px + button + display: inline-block + float: right + margin: auto + +
\ No newline at end of file |