_components-variables.scss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. // ================================================================================================
  2. // File Name: components-variables.scss
  3. // Description: Custom theme specific variables and other content variations
  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. // ================================================================================================
  10. // WARNING: PLEASE DO NOT CHANGE THIS VARIABLE FILE.
  11. // THIS FILE WILL GET OVERWRITTEN WITH EACH VUEXY HTML TEMPLATE RELEASE.
  12. // TIP:
  13. // We suggest you to use this (assets/scss/variables/components-variables.scss) file for overriding app variables.
  14. // ================================================================================================
  15. // Bootstrap variables
  16. @import "../../bootstrap/variables";
  17. @import "variables";
  18. $base-font-size: 14px;
  19. $body-direction: ltr; // Default ltr, change it to rtl for Right To Left support.
  20. $content-padding: 2.2rem;
  21. // ------------------------------
  22. // Colors
  23. // ------------------------------
  24. $pure-black : #000;
  25. $nav-component-border-color: #ddd;
  26. $custom-border-color: #E4E7ED;
  27. $chip-bg-color: #f0f0f0;
  28. $chip-avatar-bg : #c3c3c3;
  29. $avatar-bg : $chip-avatar-bg;
  30. $swiper-bg: #f2f4f4;
  31. $hover-color: #eee;
  32. // ------------------------------
  33. // Buttons
  34. // ------------------------------
  35. $btn-border-radius-square: 0;
  36. $btn-border-radius: 0.42rem;
  37. $gradient-button-bs: 0 8px 25px -8px #aaa;
  38. // ------------------------------
  39. // Navbar
  40. // ------------------------------
  41. $navbar-height: 5rem;
  42. // ------------------------------
  43. // Dropdown
  44. // ------------------------------
  45. $dropdown-btn-padding-x: 1.5rem;
  46. $dropdown-btn-padding-y: .85rem;
  47. $dropdown-btn-split-padding-x: 1rem;
  48. // ------------------------------
  49. // Pagination
  50. // ------------------------------
  51. $pagination-bg-color: #f0f0f0;
  52. $pagination-action-padding-y:0.572rem;
  53. $pagination-action-padding-x:0.651rem;
  54. $pagination-font-size-lg: 1.5rem;
  55. // ------------------------------
  56. // Main Menu
  57. // ------------------------------
  58. //main menu dark
  59. $menu-dark-color: #dcdcdc;
  60. $menu-dark-bg-color: #10163a;
  61. $menu-padding: 10px 15px 10px 15px;
  62. $menu-second-level-padding: 10px 15px 10px 20px;
  63. $menu-third-level-padding: 10px 15px 10px 20px;
  64. $menu-forth-level-padding: 10px 15px 10px 30px;
  65. // vertical menu
  66. $menu-expanded-width: 260px;
  67. $menu-collapsed-width: 80px;
  68. // ------------------------------
  69. // Sidebar
  70. // -------------------------------
  71. $sidebar-width: 260px;
  72. $chat-sidebar-width: 400px;
  73. // -------------------------------
  74. // Avatar
  75. // -------------------------------
  76. $avatar-size: 32px;
  77. $avatar-status-size: 11px;
  78. $avatar-status-size-lg: 17px;
  79. $avatar-size-xl: 70px;
  80. $avatar-size-lg: 50px;
  81. $avatar-size-sm: 24px;
  82. // -------------------------------
  83. // Progress
  84. // -------------------------------
  85. $progress-size-xl: 1.14rem;
  86. $progress-size-lg: .857rem;
  87. $progress-size-md: .57rem;
  88. $progress-size-sm: 0.143rem;
  89. // -------------------------------
  90. // Form
  91. // -------------------------------
  92. // $input-height, $input-height-lg, $input-height-sm are in variables
  93. $font-size-xs: 0.75rem;
  94. $font-size-xl: ($font-size-base + 0.5);
  95. $line-height-xl: 1.7;
  96. $line-height-xs: 1.5;
  97. $input-padding-y-xl: 0.5rem !default;
  98. $input-padding-x-xl: 0.5rem !default;
  99. $input-padding-y-xs: 0.2rem !default;
  100. $input-padding-x-xs: 0.275rem !default;
  101. $border-radius-xl: 0.35rem !default;
  102. $border-radius-xs: 0.12rem !default;
  103. $input-border-radius-xl: $border-radius-xl;
  104. $input-border-radius-xs: $border-radius-xs;
  105. $input-height-xl: (($font-size-xl * $line-height-xl) + ($input-padding-y-xl * 2)) !default;
  106. $input-height-xs: (($font-size-xs * $line-height-xs) + ($input-padding-y-xs * 2)) !default;
  107. $input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2)) !default;
  108. // Custom Vuexy Checkbox
  109. $vs-checkbox-radio-border-width: 2px;
  110. $vs-checkbox-radio-border-color: $gray-600;
  111. $vs-checkbox-box: 20px;
  112. $vs-checkbox-box-sm: 15px;
  113. $vs-checkbox-box-lg: 24px;
  114. $vs-radio-box: 18px;
  115. $vs-radio-box-sm: 13px;
  116. $vs-radio-box-lg: 22px;
  117. // -------------------------------
  118. // Blank Page Bg Color
  119. // -------------------------------
  120. $blank-bg-color: #eff2f7;
  121. // -------------------------------
  122. // Data Tables Bg Color
  123. // -------------------------------
  124. $datatable-bg-color: #f8f8f8;
  125. // -------------------------------
  126. // Chips
  127. // -------------------------------
  128. $chip-min-height : 1.857rem;
  129. $chip-min-width :$chip-min-height;
  130. $chip-font-size : .8rem;
  131. $chip-border-radius: 1.428rem;
  132. $chip-avatar-min-height: 1.714rem;
  133. $chip-avatar-min-width: $chip-avatar-min-height;
  134. $chip-closeable-min-height: 1.428rem;
  135. $chip-closeable-min-width:$chip-closeable-min-height;
  136. // -------------------------------
  137. // Tables
  138. // -------------------------------
  139. $table-th-font-size: .85rem;
  140. // -------------------------------
  141. // Switch
  142. // -------------------------------
  143. $switch-bg-color: #e2e2e2;
  144. $switch-indicator-color: $white;
  145. $switch-md-size: 4rem;
  146. $switch-lg-size: 5.5rem;
  147. /*========================================================
  148. DARK LAYOUT
  149. =========================================================*/
  150. $content-dark-bg: #262c49;
  151. $dark-card-color: #10163a;
  152. $grid-dark-color: #343661;
  153. $theme-dark-heading-color: #ebeefd;
  154. $theme-dark-text-color: #c2c6dc;
  155. $theme-dark-table-bg : #212744;
  156. $ex-col-border-color: #808080;
  157. $dark-chat-bg-color: #171e49;
  158. $theme-dark-border-color: #414561;