1.1.1 • Published 9 years ago

basscss-base-buttons v1.1.1

Weekly downloads
243
License
MIT
Repository
github
Last release
9 years ago

This module has been deprecated in favor of basscss-btn

Base structural styles and resets for buttons are set in this module. All buttons share common padding and height, well suited for tap targets on touchscreen displays, and align with form inputs and selects.

Button elements have styles applied by default. To style input buttons and links, add the .button class.

<div class="mb1">
  <button>Button</button>
  <a href="#!" class="button">Link Button</a>
  <input type="button" class="button" value="Input Button">
</div>

Note: adjusting the line-height and padding variables may require adjustments to form element variables to maintain vertical alignment.

Use the color styles in basscss-color-base, basscss-button-outline, and basscss-button-transparent to adjust the appearance.

1.1.1

9 years ago

1.1.0

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago