annotate core/themes/classy/css/components/button.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 /**
Chris@0 2 * @file
Chris@0 3 * Visual styles for buttons.
Chris@0 4 */
Chris@0 5
Chris@0 6 .button,
Chris@0 7 .image-button {
Chris@5 8 margin-right: 1em;
Chris@0 9 margin-left: 1em;
Chris@0 10 }
Chris@0 11 .button:first-child,
Chris@0 12 .image-button:first-child {
Chris@5 13 margin-right: 0;
Chris@0 14 margin-left: 0;
Chris@0 15 }