bemusic/bemuse

View on GitHub
bemuse/src/app/ui/Ranking.scss

Summary

Maintainability
Test Coverage
@import '~bemuse/ui/common';

.Ranking {
  color: #111;
  &のtitle {
    padding: 0.4em 1em 0;
    font-weight: bold;
  }
  &のerror {
    color: #d55;
  }
  &のerrorRetry {
    font-weight: normal;
    color: #369;
    text-decoration: none;
  }
  &のerrorDescription {
    color: #888;
  }
  /** TODO: Create a LinkButton component */
  a {
    cursor: pointer;
  }
}