@import '../../../page-test/styles';

@import '../main';

.demo-grid-inner {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #000091;
  text-align: center;
  background-color: #f0f0f0;
  padding: space(2N) 0;
}

.demo-grid-nested-inner {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #000091;
  text-align: center;
  background-color: #ff6f4c;
  padding: space(2N);
  color: #343434;
}
