mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
fix bar buttons
This commit is contained in:
0
dist/css/fonts/ionicons.eot
vendored
Executable file → Normal file
0
dist/css/fonts/ionicons.eot
vendored
Executable file → Normal file
4
dist/css/fonts/ionicons.svg
vendored
Executable file → Normal file
4
dist/css/fonts/ionicons.svg
vendored
Executable file → Normal file
@ -11,8 +11,8 @@
|
||||
"license": "MIT",
|
||||
"licenseURL": "http://opensource.org/licenses/MIT",
|
||||
"version": "Version 1.2.3",
|
||||
"fontId": "ionicons",
|
||||
"psName": "ionicons",
|
||||
"fontId": "Ionicons",
|
||||
"psName": "Ionicons",
|
||||
"subFamily": "Regular",
|
||||
"fullName": "Ionicons",
|
||||
"description": "Generated by IcoMoon"
|
||||
|
||||
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
0
dist/css/fonts/ionicons.ttf
vendored
Executable file → Normal file
0
dist/css/fonts/ionicons.ttf
vendored
Executable file → Normal file
0
dist/css/fonts/ionicons.woff
vendored
Executable file → Normal file
0
dist/css/fonts/ionicons.woff
vendored
Executable file → Normal file
3
dist/css/ionic-ios7.css
vendored
3
dist/css/ionic-ios7.css
vendored
@ -647,7 +647,8 @@ a.subdued {
|
||||
color: inherit; }
|
||||
.bar > .button {
|
||||
z-index: 1;
|
||||
padding: 8px;
|
||||
padding: 0 8px;
|
||||
min-width: 43px;
|
||||
min-height: 31px;
|
||||
font-size: 12px;
|
||||
line-height: 30px; }
|
||||
|
||||
3
dist/css/ionic-scoped.css
vendored
3
dist/css/ionic-scoped.css
vendored
@ -1577,7 +1577,8 @@
|
||||
color: inherit; }
|
||||
.ionic .bar > .button {
|
||||
z-index: 1;
|
||||
padding: 8px;
|
||||
padding: 0 8px;
|
||||
min-width: 43px;
|
||||
min-height: 31px;
|
||||
font-size: 12px;
|
||||
line-height: 30px; }
|
||||
|
||||
3
dist/css/ionic.css
vendored
3
dist/css/ionic.css
vendored
@ -2016,7 +2016,8 @@ a.subdued {
|
||||
color: inherit; }
|
||||
.bar > .button {
|
||||
z-index: 1;
|
||||
padding: 8px;
|
||||
padding: 0 8px;
|
||||
min-width: 43px;
|
||||
min-height: 31px;
|
||||
font-size: 12px;
|
||||
line-height: 30px; }
|
||||
|
||||
@ -103,7 +103,8 @@
|
||||
|
||||
> .button {
|
||||
z-index: 1;
|
||||
padding: $button-bar-button-padding;
|
||||
padding: 0 $button-bar-button-padding;
|
||||
min-width: $button-bar-button-height + $button-bar-button-font-size;
|
||||
min-height: $button-bar-button-height;
|
||||
font-size: $button-bar-button-font-size;
|
||||
line-height: $button-bar-button-height - $button-border-width;
|
||||
|
||||
Reference in New Issue
Block a user