Sha256: d7bc1059ea7ec550b9f9ce6c91b2fb016e2c42af51dab1dd4b70026531e6acd0

Contents?: true

Size: 939 Bytes

Versions: 2

Compression:

Stored size: 939 Bytes

Contents

// Rules
// 1. If it’s a hack, it goes in shame.css.
// 2. Document all hacks fully:
//    - What part of the codebase does it relate to?
//    - Why was this needed?
//    - How does this fix it?
//    - How might you fix it properly, given more time?
// 3. Do not blame the developer; if they explained why
//    they had to do it, then their reasons are probably
//    (hopefully) valid.
// 4. Try and clean shame.css up when you have some down time.
//    - Even better, create an issue where you can allocate
//      some time for it.
//
// App-specific hacks are located in app/stylesheets/shame.scss


// Need to consolidate this with a.uppercase
// and .caps within the next few weeks.
//
// See issue #700.
//
// —Josh

button.uppercase {
  text-transform: uppercase;
  color: $darkGray;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  &:hover {
    text-decoration: none;
    color: $darkerGray;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dvl-core-0.0.2 vendor/assets/stylesheets/dvl/core/shame.scss
dvl-core-0.0.1 vendor/assets/stylesheets/dvl/core/shame.scss