mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
18 lines
242 B
SCSS
18 lines
242 B
SCSS
.button {
|
|
position: relative;
|
|
display: block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
|
|
&.button-inline {
|
|
display: inline-block;
|
|
}
|
|
|
|
&.button-borderless {
|
|
border: none;
|
|
padding: 2px 6px;
|
|
}
|
|
}
|