less massive gird area design

pull/6834/head
Jens Ulferts 6 years ago
parent a8a91eda05
commit ef070b817f
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 7
      app/assets/stylesheets/content/_grid.sass

@ -13,10 +13,11 @@ $grid--header-width: 20px
overflow: hidden overflow: hidden
&.-drop-target, &.-resize-target &.-drop-target, &.-resize-target
background-color: rgba(10, 10, 10, 0.1) background-color: $gray-light
&.-resize-target &.-resize-target
z-index: 1000 z-index: 1000
background-color: initial
&.-widgeted &.-widgeted
z-index: 10 z-index: 10
@ -90,7 +91,3 @@ $grid--header-width: 20px
&:last-of-type &:last-of-type
border-bottom: none border-bottom: none
.widget-box.cdk-drag-preview
background: #fff
padding: 20px

Loading…
Cancel
Save