feat: add edge with button example
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
color: #111;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#root {
|
||||
@@ -89,3 +90,11 @@ header select {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.edgebutton {
|
||||
border-radius: 999px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.edgebutton:hover {
|
||||
box-shadow: 0 0 0 2px pink , 0 0 0 4px #f05f75;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user