Created
December 28, 2019 14:43
-
-
Save Ze1598/beb5a2ce166d683af9958a78625f7e3d to your computer and use it in GitHub Desktop.
Reusable modal component: app.component.css (first version)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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