hairline width 0.55px

This commit is contained in:
Adam Bradley
2015-08-20 15:20:45 -05:00
parent f367f53aca
commit 432f917e69
6 changed files with 6 additions and 6 deletions

View File

@ -93,6 +93,6 @@ ion-action-menu[mode=ios] {
.hairlines .action-menu[mode=ios] {
.action-menu-title,
.action-menu-option {
border-bottom-width: 0.5px;
border-bottom-width: 0.55px;
}
}

View File

@ -135,7 +135,7 @@ $item-ios-forward-icon-color: $item-ios-border-color !default;
&:before,
&:after {
border-top-width: 0.5px;
border-top-width: 0.55px;
}
}

View File

@ -22,5 +22,5 @@
}
.hairlines .list[inset] {
border-width: 0.5px;
border-width: 0.55px;
}

View File

@ -57,5 +57,5 @@ $search-bar-ios-background-size: 13px 13px !default;
}
.hairlines .search-bar[mode=ios] {
border-bottom-width: 0.5px;
border-bottom-width: 0.55px;
}

View File

@ -52,7 +52,7 @@ $tab-bar-ios-height: 50px !default;
}
&[tab-bar-placement="top"] .tab-bar {
border-bottom-width: 0.5px;
border-bottom-width: 0.55px;
}
}

View File

@ -61,5 +61,5 @@ $toolbar-ios-title-font-size: 1.7rem !default;
}
.hairlines .toolbar[mode=ios] {
border-bottom-width: 0.5px;
border-bottom-width: 0.55px;
}