mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Added a new segmented button bar that stretches, also set the default styles for header buttons.
14 lines
210 B
SCSS
14 lines
210 B
SCSS
.button {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
|
|
&.button-block {
|
|
margin: $buttonBlockMargin;
|
|
display: block;
|
|
}
|
|
}
|