design ing

This commit is contained in:
sunny 2018-08-31 22:12:07 +09:00
parent 0770c3c85b
commit 09b3764f99

View File

@ -27,6 +27,7 @@
width: 200px; width: 200px;
height: 210px; height: 210px;
margin-right: 20px; margin-right: 20px;
transition: 0.3s;
svg{ svg{
fill: #f0f0f0; fill: #f0f0f0;
stroke: #3C2412; stroke: #3C2412;
@ -37,5 +38,6 @@
} }
&:active { &:active {
transform: translateY(2px); transform: translateY(2px);
transition: 0.1s;
} }
} }