Skip to content

Instantly share code, notes, and snippets.

@sandoche
Created November 23, 2018 14:05
Show Gist options
  • Save sandoche/3161eded09dccc648c9ddf26f4c6bb85 to your computer and use it in GitHub Desktop.
Save sandoche/3161eded09dccc648c9ddf26f4c6bb85 to your computer and use it in GitHub Desktop.
Lessons Learned on Writing Apps with NativeScript VueJS - Example 2
<style scoped>
ActionBar {
background-color:#fff;
color: #444;
}
ListView {
background-color: #fff;
separator-color: #ccc;
}
.action-bar-big {
padding-top: 8;
padding-bottom: 10;
padding-right: 30;
padding-left: 30;
background-color: rgba(255,255,255,0)
}
/* More CSS */
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment