Skip to content

Instantly share code, notes, and snippets.

@Ze1598
Created December 28, 2019 14:43
Show Gist options
  • Save Ze1598/beb5a2ce166d683af9958a78625f7e3d to your computer and use it in GitHub Desktop.
Save Ze1598/beb5a2ce166d683af9958a78625f7e3d to your computer and use it in GitHub Desktop.
Reusable modal component: app.component.css (first version)
#logout-button {
color: white;
background-color: #16163f;
border: 1px solid black;
}
#delete-product-button {
color: white;
background-color: #145214;
border: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment