Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Created January 14, 2019 13:29
Show Gist options
  • Save bbenetskyy/6f62741c4186a28828e8bff5f4572452 to your computer and use it in GitHub Desktop.
Save bbenetskyy/6f62741c4186a28828e8bff5f4572452 to your computer and use it in GitHub Desktop.
Main Page CSS Final
^stackLayout {
-xf-orientation: vertical;
background-color: #EE007F8B;
}
grid > label {
color: #EEE017;
font-size: large;
}
grid > button {
background-color: #EE0E009C;
color: #0BCC1C;
}
stackLayout > label {
color: #EEE017;
font-size: micro;
}
stackLayout > button {
background-color: #EE007F8B;
height: 40;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment