add red button css

This commit is contained in:
Joel Calado 2020-11-30 23:45:17 +00:00
parent 017d2b2de5
commit bd4763a087

View File

@ -92,6 +92,16 @@ button.grey {
color: white;
}
button.red {
-webkit-app-region: no-drag;
padding: 10px;
margin: 10px 0px;
cursor: pointer;
border-radius: 2px;
background-color: var(--red-accent);
color: white;
}
button {
-webkit-app-region: no-drag;
padding: 7px 10px 6px 10px;