mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
autoprefixer
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
> .button {
|
||||
border-width: 1px;
|
||||
|
||||
@include transition(100ms all linear);
|
||||
transition: 100ms all linear;
|
||||
|
||||
color: get-color(primary, base);
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
ion-segment { display: block; }
|
||||
|
||||
.ion-segment {
|
||||
@include flex-display();
|
||||
@include flex(1);
|
||||
display: flex;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
|
||||
> .button {
|
||||
|
||||
@include flex(1);
|
||||
flex: 1;
|
||||
display: block;
|
||||
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user