corrected buttons scaling when active; started tests with Vue SFCs

This commit is contained in:
Roberto Tonino
2020-06-22 22:05:19 +02:00
parent 657f02c7d5
commit 7912a8d4e2
9 changed files with 590 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ button {
&:active {
background-color: var(--accent-color);
transform: scale(0.95);
transform: scale(0.98);
}
&:hover {