mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-27 21:38:31 +00:00
add red button css
This commit is contained in:
parent
6bc6736cdf
commit
c87781dcbd
10
main.css
10
main.css
@ -92,6 +92,16 @@ button.grey {
|
|||||||
color: white;
|
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 {
|
button {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
padding: 7px 10px 6px 10px;
|
padding: 7px 10px 6px 10px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user