You are here

button.css in Dialog 7.2

Visual styles for buttons.

File

themes/classy/css/components/button.css
View source
  1. /**
  2. * @file
  3. * Visual styles for buttons.
  4. */
  5. .button,
  6. .image-button {
  7. margin-left: 1em;
  8. margin-right: 1em;
  9. }
  10. .button:first-child,
  11. .image-button:first-child {
  12. margin-left: 0;
  13. margin-right: 0;
  14. }