diff --git a/src/style/entity.styl b/src/style/entity.styl index f3cfddc6..761f1f4c 100644 --- a/src/style/entity.styl +++ b/src/style/entity.styl @@ -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"] diff --git a/src/style/scenegraph.styl b/src/style/scenegraph.styl index 5badd41b..e38c1978 100644 --- a/src/style/scenegraph.styl +++ b/src/style/scenegraph.styl @@ -93,6 +93,7 @@ margin-top 20px background #4b4b4b border-radius 12px + overflow: hidden display flex flex-direction column align-items center @@ -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 @@ -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