buttons.less 156 B

12345678910
  1. //
  2. // Buttons
  3. // --------------------------------------------------
  4. .btn {
  5. &:link, &:active, &:visited, &:hover, &:focus {
  6. border-width: 2px;
  7. }
  8. }