list arrow padding

This commit is contained in:
Adam Bradley
2013-10-21 14:29:26 -05:00
parent 6b44d9e946
commit d60d895d90
5 changed files with 8 additions and 22 deletions

View File

@ -775,14 +775,11 @@ address {
.bar [class^="icon-"],
.bar [class*=" icon-"] {
font-size: 20px; }
font-size: 24px; }
.bar .button-icon {
border: 1px solid transparent;
background-color: transparent; }
.bar .button-icon [class^="icon-"],
.bar .button-icon [class*=" icon-"] {
font-size: 24px; }
.bar-header {
top: 0; }
@ -1157,7 +1154,7 @@ a .list-item-content:after,
button .list-item-content:after {
position: absolute;
top: 0;
right: 15px;
right: 11px;
display: flex;
height: 100%;
color: #ccc;

View File

@ -1534,13 +1534,10 @@
font-size: 17px; }
.ionic .bar [class^="icon-"],
.ionic .bar [class*=" icon-"] {
font-size: 20px; }
font-size: 24px; }
.ionic .bar .button-icon {
border: 1px solid transparent;
background-color: transparent; }
.ionic .bar .button-icon [class^="icon-"],
.ionic .bar .button-icon [class*=" icon-"] {
font-size: 24px; }
.ionic .bar-header {
top: 0; }
.ionic .bar-footer {
@ -1865,7 +1862,7 @@
.ionic button .list-item-content:after {
position: absolute;
top: 0;
right: 15px;
right: 11px;
display: flex;
height: 100%;
color: #ccc;

7
dist/css/ionic.css vendored
View File

@ -1884,14 +1884,11 @@ address {
.bar [class^="icon-"],
.bar [class*=" icon-"] {
font-size: 20px; }
font-size: 24px; }
.bar .button-icon {
border: 1px solid transparent;
background-color: transparent; }
.bar .button-icon [class^="icon-"],
.bar .button-icon [class*=" icon-"] {
font-size: 24px; }
.bar-header {
top: 0; }
@ -2298,7 +2295,7 @@ a .list-item-content:after,
button .list-item-content:after {
position: absolute;
top: 0;
right: 15px;
right: 11px;
display: flex;
height: 100%;
color: #ccc;

View File

@ -178,17 +178,12 @@
.bar [class^="icon-"],
.bar [class*=" icon-"] {
font-size: 20px;
font-size: 24px;
}
.bar .button-icon {
border: $button-border-width solid transparent;
background-color: transparent;
[class^="icon-"],
[class*=" icon-"] {
font-size: 24px;
}
}
// Header at top

View File

@ -145,7 +145,7 @@ a .list-item-content:after,
button .list-item-content:after {
position: absolute;
top: 0;
right: $list-item-padding;
right: $list-item-padding - 4;
display: flex;
height: 100%;
color: #ccc;