mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
33
apps/ui/app/flexbox/flexbox-page.css
Normal file
33
apps/ui/app/flexbox/flexbox-page.css
Normal file
@@ -0,0 +1,33 @@
|
||||
#container {
|
||||
border-color: black;
|
||||
border-width: 1;
|
||||
margin: 5;
|
||||
}
|
||||
|
||||
#container>Label {
|
||||
border-width: 2;
|
||||
border-color: black;
|
||||
border-radius: 5;
|
||||
}
|
||||
|
||||
#container>Label[selected="yes"] {
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
.control {
|
||||
font-size: 11;
|
||||
}
|
||||
|
||||
.control FlexboxLayout {
|
||||
border-width: 0 0 1 1;
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
.control Button {
|
||||
android-elevation: 0;
|
||||
border-width: 1 1 0 0;
|
||||
border-color: gray;
|
||||
font-size: 9;
|
||||
padding: 0;
|
||||
height: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user