Sha256: c63393961f7a2bd4ee2d83a1e112325c9682657b15a4e2372b2d368cb261926a

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

.nav {
  a {
    &:hover {
      background-color: #337ab7;
      color: #ffffff;
    }
  }
  .text-danger {
    &:hover {
      background-color: #d04437;
    }
  }

  .text-warning {
    &:hover {
      background-color: #f6c342;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wallaby-4.1.6 app/assets/stylesheets/wallaby/components/_nav.scss
wallaby-5.0.1 app/assets/stylesheets/wallaby/components/_nav.scss