You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
621 B
35 lines
621 B
/*******************************
|
|
Shape
|
|
*******************************/
|
|
|
|
@display: inline-block;
|
|
|
|
/* Animating */
|
|
@perspective: 2000px;
|
|
|
|
@duration: 0.6s;
|
|
@easing: ease-in-out;
|
|
|
|
@hiddenSideOpacity: 0.4;
|
|
@animatingZIndex: 100;
|
|
|
|
@transition: all @duration @easing;
|
|
@sideTransition: opacity @duration @easing;
|
|
@backfaceVisibility: hidden;
|
|
|
|
/* Side */
|
|
@sideMargin: 0em;
|
|
|
|
/*--------------
|
|
Types
|
|
---------------*/
|
|
|
|
/* Cube */
|
|
@cubeSize: 15em;
|
|
@cubeBackground: #E6E6E6;
|
|
@cubePadding: 2em;
|
|
@cubeTextColor: @textColor;
|
|
@cubeBoxShadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
|
|
|
|
@cubeTextAlign: center;
|
|
@cubeFontSize: 2em;
|