Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 13 additions & 18 deletions src/style/components.styl
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
@import './lib';

propertyRowDefined() {
.propertyRowDefined {
{block}
}
}

.components
background-color $bg
color $white
Expand All @@ -14,18 +8,6 @@ propertyRowDefined() {
position fixed
width 331px

div.vec2,
div.vec3,
div.vec4
display inline

.vec2 input.number,
.vec3 input.number
width 40px

.vec4 input.number
width 34px

.collapsible-header
align-items center
display flex
Expand Down Expand Up @@ -112,6 +94,19 @@ div.vec4
vertical-align middle
width 118px

input.number
width 40px

.vec2 input.number,
.vec3 input.number
width 40px

.vec4 input.number
width 34px

.vec2, .vec3, vec4
display inline

.map_value
margin 0 0 0 5px
width 68px
Expand Down