Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Last active January 14, 2019 13:59
Show Gist options
  • Save bbenetskyy/6c370560c6349d136be3dae880b75573 to your computer and use it in GitHub Desktop.
Save bbenetskyy/6c370560c6349d136be3dae880b75573 to your computer and use it in GitHub Desktop.
@import "Colors";
^stackLayout {
-xf-orientation: vertical;
background-color: @PrimaryBackground;
}
grid > label {
color: @LabelTextColor;
font-size: large;
}
grid > button {
background-color: @ButtonBlueColor;
color: @ButtonGreenTextColor;
}
stackLayout > label {
color: @LabelTextColor;
font-size: micro;
}
stackLayout > button {
background-color: @PrimaryBackground;
height: 40;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment