OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/assets/stylesheets/content/_grid.sass

30 lines
483 B

.grid--container
display: grid
6 years ago
grid-column-gap: 20px
grid-row-gap: 20px
6 years ago
.grid--area
overflow: hidden
&.-drop-target, &.-resize-target
6 years ago
background-color: rgba(10, 10, 10, 0.1)
&.-resize-target
z-index: 1000
&.-widgeted
z-index: 10
6 years ago
@include widget-box--style
margin: 0px
padding: 20px
&.-resizing
border: 1px solid red
z-index: 100
6 years ago
.resizer
margin-top: 0px
margin-left: auto
margin-right: -20px
position: relative