add button click effect
This commit is contained in:
parent
764839d62a
commit
1f8b04c056
@ -1,4 +1,5 @@
|
||||
.svgButton {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
@ -21,6 +22,10 @@
|
||||
outline: 2px dashed #17171d;
|
||||
}
|
||||
|
||||
.svgButton:active {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.svgButton:hover svg {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user