mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Removed default margin from buttons
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
.button {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: $button-block-margin;
|
||||
|
||||
//margin: $button-block-margin;
|
||||
|
||||
padding: $button-padding;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user