.properties-layout-grid {
  width: 100%;
  display: grid;
  grid-template-columns: calc(350px * 0.8) calc(300px * 0.8) calc(300px * 0.8);
}

.grid-header {
  font-weight: bold;
  text-align: center;
}

[data-js-create] {
  cursor: pointer;
  margin-right: 5px;
  color: green;
}

/*# sourceMappingURL=properties.css.map */
