mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added 3d effect
This commit is contained in:
@@ -352,13 +352,18 @@
|
|||||||
|
|
||||||
/* font-family: 'Heebo-Regular'; */
|
/* font-family: 'Heebo-Regular'; */
|
||||||
|
|
||||||
box-shadow: 1px 2px rgb( 100, 100, 100 );
|
box-shadow: 2px 3px rgb( 100, 100, 100 );
|
||||||
}
|
}
|
||||||
|
|
||||||
#rc button:hover {
|
#rc button:hover {
|
||||||
background-color: rgb( 230, 230, 230 );
|
background-color: rgb( 230, 230, 230 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rc button:active {
|
||||||
|
box-shadow: none;
|
||||||
|
transform: translateX( 2px ) translateY( 3px );
|
||||||
|
}
|
||||||
|
|
||||||
#rc .rounded_btn {
|
#rc .rounded_btn {
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
@@ -393,7 +398,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#rc .xmit_wrap {
|
#rc .xmit_wrap {
|
||||||
filter: drop-shadow( 1px 2px rgb( 100, 100, 100 ) );
|
filter: drop-shadow( 2px 3px rgb( 100, 100, 100 ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
#rc .xmit_wrap:active {
|
||||||
|
filter: drop-shadow( 0 0 rgba( 100, 100, 100, 0.0 ) );
|
||||||
|
transform: translateX( 2px ) translateY( 3px );
|
||||||
|
}
|
||||||
|
#rc .xmit_wrap button:active {
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rc .xmit_btn .arrow {
|
#rc .xmit_btn .arrow {
|
||||||
|
|||||||
Reference in New Issue
Block a user