update md segment

This commit is contained in:
Adam Bradley
2015-12-07 20:36:14 -06:00
parent 367f4a8168
commit 66e13b890f
10 changed files with 70 additions and 97 deletions

View File

@ -3,8 +3,6 @@
// Segment
// --------------------------------------------------
$segment-button-padding: 0 16px !default;
ion-segment {
display: flex;
@ -16,22 +14,16 @@ ion-segment {
.segment-button {
position: relative;
overflow: hidden;
display: block;
margin-left: 0;
margin-right: 0;
padding: $segment-button-padding;
flex: 1;
width: 0;
border-width: 1px 0px 1px 1px;
border-radius: 0;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
background: none;
}