Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Created January 14, 2019 13:49
Show Gist options
  • Save bbenetskyy/9c33365723b0ca0407d86e4202aab65a to your computer and use it in GitHub Desktop.
Save bbenetskyy/9c33365723b0ca0407d86e4202aab65a 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