mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Basic button structure
This commit is contained in:
8
dist/framework-structure.css
vendored
8
dist/framework-structure.css
vendored
@ -13,3 +13,11 @@ body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
||||||
|
|
||||||
|
.button {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user