// colors
$color-gray-background: #f1f2f3;

:host {
  display: block;
  background-color: $color-gray-background;
}
