rename scss extensions dir to modes

This commit is contained in:
Adam Bradley
2015-08-12 10:18:22 -05:00
parent 01d8276920
commit 41f58f87bb
28 changed files with 25 additions and 25 deletions

View File

@@ -0,0 +1,33 @@
// iOS Segment
// --------------------------------------------------
.segment[mode=ios] .ion-segment {
> button,
> [button] {
border-width: 1px;
transition: 100ms all linear;
color: get-color(primary, base);
min-height: 3.3rem;
line-height: 3.3rem;
&.active {
background-color: get-color(primary, base);
color: white;
}
border-style: solid;
border-color: get-color(primary, base);
&:first-of-type {
border-right-width: 0px;
}
&:last-of-type {
border-left-width: 0px;
}
}
}