design ing
This commit is contained in:
parent
0770c3c85b
commit
09b3764f99
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user