/* @import url(~react-grid-layout/css/styles.css);
@import url(~react-resizable/css/styles.css); */

.react-grid-item.react-grid-placeholder {
  background: transparent;
}

.react-grid-item > .react-resizable-handle::after {
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.react-resizable-handle {
  background: transparent;
}

