keys active effect

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-11-27 17:49:18 +03:00
parent 57d1e02559
commit 10dba679c0

View File

@ -31,4 +31,10 @@ export const Key = styled.button`
background-color: #fff; background-color: #fff;
border: none; border: none;
box-shadow: 1px 2px 6px #5c7cc9; box-shadow: 1px 2px 6px #5c7cc9;
&:active {
background: #f5f5f5;
box-shadow: inset 1px 2px 6px #5c7cc9,
0px 6px 16px #5c7cc9;
}
`; `;