demo.scss 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /*=========================================================================================
  2. File Name: demo.scss
  3. Description: CSS used for demo purpose only. Remove this css from your project.
  4. ----------------------------------------------------------------------------------------
  5. Item name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
  6. Author: PIXINVENT
  7. Author URL: http://www.themeforest.net/user/pixinvent
  8. ==========================================================================================*/
  9. .fonticon-container{
  10. > .fonticon-wrap{
  11. float: left;
  12. width: 60px;
  13. height: 60px;
  14. line-height: 4.8rem;
  15. text-align: center;
  16. // border: 2px solid $primary;
  17. border-radius: 0.1875rem;
  18. margin-right: 1rem;
  19. margin-bottom: 1.5rem;
  20. > i{
  21. font-size: 2.28rem;
  22. transition: all .2s ease-in-out;
  23. }
  24. &.youtube{
  25. width: 100px;
  26. }
  27. }
  28. &:hover{
  29. i{
  30. color: $primary;
  31. font-size: 2.9rem;
  32. transform: scale(1.3);
  33. }
  34. }
  35. >.fonticon-classname, >.fonticon-unit{
  36. display: block;
  37. font-size: 1.5rem;
  38. line-height: 1.2;
  39. }
  40. >.fonticon-unit{
  41. font-size: 1rem;
  42. font-style: italic;
  43. }
  44. }
  45. .scroll-example{
  46. padding: 0.5rem;
  47. position: relative;
  48. border: 2px solid darken($body-bg,10%);
  49. overflow: auto;
  50. .horz-scroll-content{
  51. width:1200px;
  52. }
  53. }
  54. .browser{
  55. background: #e0e0e0;
  56. border: 4px solid #e0e0e0;
  57. width: 100%;
  58. height: 12rem;
  59. padding-top: 20px;
  60. margin: 0 0 10px;
  61. -webkit-box-sizing: border-box;
  62. -moz-box-sizing: border-box;
  63. box-sizing: border-box;
  64. }
  65. .browser iframe {
  66. border: 0;
  67. background: #fff;
  68. height: 100%;
  69. width: 100%;
  70. }
  71. .loader-wrapper {
  72. height: 8em;
  73. }
  74. .maintenance-icon{
  75. font-size:4rem;
  76. }
  77. .animationIcon{
  78. right: 30px;
  79. bottom: 10px;
  80. }