_vagrant.scss 217 B

123456789
  1. ._vagrant {
  2. @extend %simple;
  3. .alert { @extend %note; }
  4. .prev-button { float: left; }
  5. .prev-button:before { content: '\2190 '; }
  6. .next-button { float: right; }
  7. .next-button:after { content: ' \2192'; }
  8. }