diff options
Diffstat (limited to 'frontend/src/components/panels/RulePane.scss')
-rw-r--r-- | frontend/src/components/panels/RulePane.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/frontend/src/components/panels/RulePane.scss b/frontend/src/components/panels/RulePane.scss new file mode 100644 index 0000000..b030c6a --- /dev/null +++ b/frontend/src/components/panels/RulePane.scss @@ -0,0 +1,16 @@ + +.rule-pane { + .post-rules-actions { + display: flex; + + .rules-options { + flex: 1; + } + + button { + margin-left: 10px; + } + } + + +}
\ No newline at end of file |