mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add alignSelf nad flexWrapBefore in the flexbox examples Some test fail with quite close calculations. Use eps. Fix flex grow making last items with flexGrow 0 to shrink due to rounding, happy tslint
22 lines
364 B
CSS
22 lines
364 B
CSS
#container>Label {
|
|
border-width: 1;
|
|
border-color: black;
|
|
border-radius: 5;
|
|
}
|
|
#container>Label[selected="yes"] {
|
|
border-color: yellow;
|
|
}
|
|
|
|
.control {
|
|
font-size: 11;
|
|
}
|
|
.control FlexboxLayout {
|
|
border-width: 0 0 1 1;
|
|
border-color: gray;
|
|
}
|
|
.control Button {
|
|
border-width: 1 1 0 0;
|
|
border-color: gray;
|
|
padding: 0;
|
|
height: 0;
|
|
} |