Sha256: 6d4dc553f9b1f1b963b9f9802ba49166e331ff530d0914e82c7bf03aa416c758

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;

  li {
    float: left;
    border: 1px solid $light-grey;
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    &.ui-state-active {
      background: $light-grey;
    }
  }
}

.tab-content {
  clear: both;
  border: 1px solid $light-grey;
  padding: 5px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/assets/stylesheets/ui/tabs.css.scss