diff --git a/dist/ionic.css b/dist/ionic.css index b93bcb36ea..3c7bef049e 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -1349,8 +1349,8 @@ a.button { .button-transparent { background: transparent; } -.button-borderless [class^="icon-"], [class*=" icon-"] { - font-size: 2.3em; } +.button-borderless [class^="icon-"] { + font-size: 24px; } .list-divider { background-color: whitesmoke; diff --git a/example/forms.html b/example/forms.html index cc44318704..460eb87abe 100644 --- a/example/forms.html +++ b/example/forms.html @@ -36,8 +36,41 @@

Inline form layout

+
+ + + + +
+

Horizontal form layout

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+ +

Homepage

diff --git a/scss/ionic/theme/_button.scss b/scss/ionic/theme/_button.scss index 639ce2fefa..0d22f3104d 100644 --- a/scss/ionic/theme/_button.scss +++ b/scss/ionic/theme/_button.scss @@ -38,6 +38,6 @@ a.button { background: transparent; } -.button-borderless [class^="icon-"], [class*=" icon-"] { - font-size: 2.3em; +.button-borderless [class^="icon-"] { + font-size: 24px; } \ No newline at end of file