This commit is contained in:
Max Lynch
2015-05-07 19:29:18 -05:00
parent 23653f5bd7
commit 57aaf7946e
2 changed files with 11 additions and 2 deletions

View File

@ -5,8 +5,16 @@
> .button {
border-width: 2px;
color: get-color(primary, base);
min-height: 3.7rem;
&.active {
color: #fff;
}
border-style: solid;
border-color: red;
border-color: get-color(primary, base);
&:first-child {
border-right-width: 0px;

View File

@ -23,7 +23,8 @@ ion-segment {
background: none;
&.active {
background: red;
background-color: get-color(primary, base);
color: white;
}
&:first-child {