Skip to content

Commit

Permalink
feat(layer-component): add styles (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatvonRivia authored and pwambach committed Oct 1, 2019
1 parent ab59808 commit ea71095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/scripts/components/layer-list/layer-list.styl
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.layerList
flex-grow: 1
height: 100%
height: calc(100vh - 80px)
padding: 0
margin: 0
border: 1px solid #ccc
background-color: #fff

.layerItem
Expand Down
4 changes: 3 additions & 1 deletion src/scripts/components/layer-selector/layer-selector.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.layerContainer
position: absolute
bottom: 0
right: 0.5em
display: flex
flex-flow: column
height: 100%
width: 20%
min-width: 250px
1 change: 1 addition & 0 deletions src/scripts/components/tabs/tabs.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.tabsContainer
width: 100%
margin-top: 0.5em

.layerTab
width: 50%
Expand Down

0 comments on commit ea71095

Please sign in to comment.