1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 01:08:27 +00:00

Added transition for header menu

This commit is contained in:
Vladimir Volek 2018-09-26 16:45:19 +02:00
parent 7e752ace44
commit 62a73b6404

View File

@ -35,6 +35,7 @@ const LayoutWrapper = styled.div`
const A = styled.a`
color: ${colors.WHITE};
margin-left: 24px;
transition: all .1s ease-in;
&:visited {
color: ${colors.WHITE};