corrected buttons scaling when active; started tests with Vue SFCs
This commit is contained in:
@@ -112,7 +112,7 @@ button {
|
||||
|
||||
&:active {
|
||||
background-color: var(--accent-color);
|
||||
transform: scale(0.95);
|
||||
transform: scale(0.98);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user