jaumard/ngx-dashboard

View on GitHub
demo/src/app/app.component.css

Summary

Maintainability
Test Coverage
.dashboard {
  width: 100%;
  overflow: hidden;
  background: whitesmoke;
}

.dashboard /deep/ .widget {
  background-color: darkgrey;
}

.widget .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.handle {
  cursor: move;
}