amatriain/feedbunch

View on GitHub
FeedBunch-app/app/assets/stylesheets/partials/_general.scss

Summary

Maintainability
Test Coverage
body {
  font-family: OpenSans;
  font-size: 16px;
}

strong {
  font-family: OpenSansBold;
}

em {
  font-family: OpenSansItalic;
}

em strong,
strong em {
  font-family: OpenSansBoldItalic;
}

a {
  cursor: hand; cursor: pointer;
}

.accordion-group{
  border: none;
}