mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
20 lines
290 B
SCSS
20 lines
290 B
SCSS
.button {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
|
|
&.button-icon {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
&.button-block {
|
|
margin: $buttonBlockMargin;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
}
|