@import "vars";

.example {
  position: relative;
  padding: 10px;
  border: 1px solid $color-blue-grey-200;

  .scrollable-horizontal {
    .scrollable-content {
      width: 1400px;
    }
  }
}
