Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #67 from 3DStreet/issue#61
Browse files Browse the repository at this point in the history
Issue#61
  • Loading branch information
kfarr authored Nov 18, 2022
2 parents 742cac7 + bcb0aa3 commit dc56bb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions src/style/entity.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
.entityPrint
overflow hidden
text-overflow ellipsis
line-height 14px

.entityName
width 230px
position relative
white-space nowrap
font-style normal
font-weight 400
font-size 16px
line-height 19px
font-weight 500
font-size 12px
line-height 14px
color #FFFFFF

[data-entity-name-type="class"]
Expand Down
11 changes: 6 additions & 5 deletions src/style/scenegraph.styl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
margin-top 20px
background #4b4b4b
border-radius 12px
overflow: hidden
display flex
flex-direction column
align-items center
Expand All @@ -107,7 +108,7 @@
flex none
order 1
flex-grow 0
padding 16px 24px 16px 16px
padding 10.5px 16px 10.5px 14.5px
box-sizing border-box

> span
Expand Down Expand Up @@ -136,13 +137,13 @@
white-space nowrap

&.active
width 324px
// width 324px
margin 0 8px
height 52px
// height 52px
background $layerActive
border-radius 10px
// border-radius 10px
color #fff
padding 16px 16px 16px 8px
padding 10.5px 16px 10.5px 14.5px
.component:hover
color #1888c1
.entityActions
Expand Down

0 comments on commit dc56bb2

Please sign in to comment.