Skip to content

Instantly share code, notes, and snippets.

@NickBranstein
Created January 28, 2018 20:49
Show Gist options
  • Select an option

  • Save NickBranstein/9383c02fffbe553aad3410603825ebf0 to your computer and use it in GitHub Desktop.

Select an option

Save NickBranstein/9383c02fffbe553aad3410603825ebf0 to your computer and use it in GitHub Desktop.
Reusable Card Component with NativeScript and Angular
.card {
background-color: #a2f7b8;
border-width: 5px;
border-color: black;
border-top-left-radius: 25px;
border-bottom-left-radius: 50px;
border-top-right-radius: 25px;
border-bottom-right-radius: 50px;
}
.card-content {
background-color: #f1f5f2;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment