Segment animation

This commit is contained in:
Max Lynch
2015-05-09 09:16:16 -05:00
parent 51ee9a415d
commit f2d2634fb8
4 changed files with 9 additions and 7 deletions

View File

@@ -3,15 +3,18 @@
.ion-segment {
> .button {
border-width: 2px;
border-width: 1px;
@include transition(100ms all linear);
color: get-color(primary, base);
min-height: 3.7rem;
line-height: 3.7rem;
min-height: 3.3rem;
line-height: 3.3rem;
&.active {
color: #fff;
background-color: get-color(primary, base);
color: white;
}
border-style: solid;