mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-24 20:08:34 +00:00
add red button css
This commit is contained in:
parent
017d2b2de5
commit
bd4763a087
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