summaryrefslogtreecommitdiffstats
path: root/css/Properties
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-17 17:12:17 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-17 17:12:17 +0200
commit48d0f179817b784eb5133b857ad9981d72dd0ac1 (patch)
tree660d495ad0331337f186f40e6c279526a25513ab /css/Properties
parent36b9a168810bc4b5997a653b3e91fa2c717b5063 (diff)
properties update propagation fixes, groups and events
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/Properties')
-rw-r--r--css/Properties/Properties.scss17
1 files changed, 10 insertions, 7 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index bddf8edf..4092c6ae 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -27,7 +27,10 @@
flex-direction: column;
position: relative;
width: $grid-column-width;
- margin-bottom: $grid-height-unit;
+
+ &--last {
+ margin-bottom: $grid-height-unit;
+ }
&__delete {
position: absolute;
@@ -60,14 +63,9 @@
padding-right: 44px;
height: $grid-height-unit;
position: relative;
-
- input {
- flex: 1 1;
- }
-
}
- // label or multiselect
+ // property label or multiselect within row
&__label,
&__label.multiselect {
margin: $grid-input-margin;
@@ -96,4 +94,9 @@
}
}
}
+
+ // property value within row, after label
+ &__value {
+ flex: 1 1;
+ }
}