Start with default generated template
This commit is contained in:
15
css/components/button.css
Normal file
15
css/components/button.css
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @file
|
||||
* Visual styles for buttons.
|
||||
*/
|
||||
|
||||
.button,
|
||||
.image-button {
|
||||
margin-right: 1em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
.button:first-child,
|
||||
.image-button:first-child {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user