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

10 years ago
  1. /*******************************
  2. Shape
  3. *******************************/
  4. @display: inline-block;
  5. /* Animating */
  6. @perspective: 2000px;
  7. @duration: 0.6s;
  8. @easing: ease-in-out;
  9. @hiddenSideOpacity: 0.4;
  10. @animatingZIndex: 100;
  11. @transition: all @duration @easing;
  12. @sideTransition: opacity @duration @easing;
  13. @backfaceVisibility: hidden;
  14. /* Side */
  15. @sideMargin: 0em;
  16. /*--------------
  17. Types
  18. ---------------*/
  19. /* Cube */
  20. @cubeSize: 15em;
  21. @cubeBackground: #E6E6E6;
  22. @cubePadding: 2em;
  23. @cubeTextColor: @textColor;
  24. @cubeBoxShadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  25. @cubeTextAlign: center;
  26. @cubeFontSize: 2em;