aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/objects/ConnectionMatchedRules.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/objects/ConnectionMatchedRules.scss')
-rw-r--r--frontend/src/components/objects/ConnectionMatchedRules.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/frontend/src/components/objects/ConnectionMatchedRules.scss b/frontend/src/components/objects/ConnectionMatchedRules.scss
new file mode 100644
index 0000000..f46a914
--- /dev/null
+++ b/frontend/src/components/objects/ConnectionMatchedRules.scss
@@ -0,0 +1,23 @@
+@import "../../colors";
+
+.connection-matches {
+ background-color: $color-primary-0;
+
+ .rule-buttons {
+ padding: 0;
+ }
+
+ .button-field {
+ display: inline-block;
+ margin-right: 5px;
+
+ button {
+ font-size: 0.8em;
+ padding: 2px 10px;
+ }
+ }
+
+ .row-label {
+ font-size: 0.8em;
+ }
+}