theme.scss 316 B

12345678910111213141516
  1. // Buttons
  2. .btn {
  3. box-sizing: border-box;
  4. display: inline-block;
  5. font-family: 'Raleway';
  6. font-size: 11px;
  7. font-weight: 600;
  8. height: 38px;
  9. letter-spacing: .1rem;
  10. line-height: 38px;
  11. padding: 0 20px;
  12. text-align: center;
  13. text-transform: uppercase;
  14. white-space: nowrap;
  15. }