Sha256: 42ac4f6290a5f25cdca9d760bc95f75ee3ea88bad57251a3541c38e3bae33e40

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

.topBar {
  // width: 100%;
  background-color: $primary;
  color: white;
  margin-bottom: 2rem;
  padding: 0 3.5rem;
  .right{
    font-weight: bold;
    li{
      border-left: 1px solid;
    }

  }

  a {
    color: #EEE;
    &:hover {
      color: white;
    }
  }
}

.topBar-container {
  padding: 1rem 0;


}
.topBar-items {

}

.topBar-history {

}

.topBar-questions {

}

.topBar-logout {

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
revelry_content-1.0.0 app/assets/stylesheets/revelry_content/components/topBar.scss
revelry_content-0.0.1.2 app/assets/stylesheets/revelry_content/components/topBar.scss
revelry_content-0.0.1.1 app/assets/stylesheets/revelry_content/components/topBar.scss
revelry_content-0.0.1 app/assets/stylesheets/revelry_content/components/topBar.scss