default.txt 700 B

123456789101112131415161718192021222324252627
  1. @import "fruits";
  2. @rhythm: 1.5em;
  3. @media screen and (min-resolution: 2dppx) {
  4. body {font-size: 125%}
  5. }
  6. section > .foo + #bar:hover [href*="less"] {
  7. margin: @rhythm 0 0 @rhythm;
  8. padding: calc(5% + 20px);
  9. background: #f00ba7 url(http://placehold.alpha-centauri/42.png) no-repeat;
  10. background-image: linear-gradient(-135deg, wheat, fuchsia) !important ;
  11. background-blend-mode: multiply;
  12. }
  13. @font-face {
  14. font-family: /* ? */ 'Omega';
  15. src: url('../fonts/omega-webfont.woff?v=2.0.2');
  16. }
  17. .icon-baz::before {
  18. display: inline-block;
  19. font-family: "Omega", Alpha, sans-serif;
  20. content: "\f085";
  21. color: rgba(98, 76 /* or 54 */, 231, .75);
  22. }