_demo.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. //===================================================================================
  2. //BUTTONS
  3. .demo-button-sizes {
  4. .btn {
  5. margin-bottom: 5px;
  6. }
  7. }
  8. .icon-button-demo {
  9. button {
  10. margin-right: 5px;
  11. margin-bottom: 12px;
  12. }
  13. }
  14. .icon-and-text-button-demo {
  15. button {
  16. margin-right: 5px;
  17. margin-bottom: 12px;
  18. width: 16.66666666666667%;
  19. }
  20. }
  21. .button-demo {
  22. ul {
  23. padding-left: 0;
  24. li {
  25. list-style: none;
  26. padding-left: 0;
  27. display: inline-block;
  28. margin-right: 7px;
  29. .btn {
  30. display: block;
  31. min-width: 175px;
  32. }
  33. }
  34. }
  35. .btn {
  36. margin-right: 8px;
  37. margin-bottom: 13px;
  38. min-width: 120px;
  39. }
  40. }
  41. .demo-button-groups {
  42. .btn-group {
  43. margin-right: 10px;
  44. }
  45. }
  46. .demo-button-toolbar {
  47. .btn-toolbar {
  48. float: left;
  49. margin-right: 25px;
  50. }
  51. }
  52. .demo-button-nesting {
  53. > .btn-group {
  54. margin-right: 15px;
  55. }
  56. }
  57. .demo-single-button-dropdowns {
  58. > .btn-group {
  59. margin-right: 10px;
  60. }
  61. }
  62. .demo-splite-button-dropdowns {
  63. > .btn-group {
  64. margin-right: 10px;
  65. }
  66. }
  67. .demo-dropup {
  68. .dropup {
  69. margin-right: 10px;
  70. }
  71. }
  72. //=====================================================================================
  73. //=====================================================================================
  74. //CHECKBOX & RADIO
  75. .demo-checkbox,
  76. .demo-radio-button {
  77. label {
  78. min-width: 150px;
  79. }
  80. }
  81. //=====================================================================================
  82. //=====================================================================================
  83. //JQUERY KNOB-CHART
  84. .demo-knob-chart {
  85. div {
  86. margin-right: 15px;
  87. }
  88. }
  89. //=====================================================================================
  90. //=====================================================================================
  91. //SWITCH
  92. .demo-switch {
  93. .switch {
  94. display: inline-block;
  95. min-width: 170px;
  96. }
  97. .demo-switch-title {
  98. min-width: 95px;
  99. display: inline-block;
  100. }
  101. }
  102. //=====================================================================================
  103. //=====================================================================================
  104. //COLOR BOX
  105. .demo-color-box {
  106. padding: 15px 0;
  107. text-align: center;
  108. margin-bottom: 20px;
  109. @include border-radius(3px);
  110. .color-name {
  111. font-size: 16px;
  112. margin-bottom: 5px;
  113. }
  114. .color-code,
  115. .color-class-name {
  116. font-size: 13px;
  117. }
  118. }
  119. //=====================================================================================
  120. //=====================================================================================
  121. //IMAGES
  122. .demo-image-copyright {
  123. text-align: right;
  124. font-style: italic;
  125. font-size: 12px;
  126. color: #777;
  127. margin: 5px 0 10px 0;
  128. a {
  129. font-weight: bold;
  130. color: #555 !important;
  131. }
  132. }
  133. //=====================================================================================
  134. //=====================================================================================
  135. //TAGS INPUT
  136. .demo-tagsinput-area {
  137. margin-bottom: 50px !important;
  138. }
  139. //=====================================================================================
  140. //=====================================================================================
  141. //GOOGLE MATERIAL DESIGN ICON
  142. .demo-icon-container {
  143. .demo-google-material-icon {
  144. margin-bottom: 5px;
  145. text-align: left;
  146. .icon-name {
  147. position: relative;
  148. top: -8px;
  149. left: 7px;
  150. }
  151. .material-icons {
  152. width: 24px;
  153. }
  154. }
  155. }
  156. //=====================================================================================
  157. //=====================================================================================
  158. //PRELOADERS
  159. .demo-preloader {
  160. .preloader {
  161. margin-right: 10px;
  162. }
  163. }
  164. //=====================================================================================
  165. //=====================================================================================
  166. //ION RANGE SLIDER
  167. .irs-demo {
  168. margin-bottom: 40px;
  169. .irs {
  170. margin-top: 15px;
  171. }
  172. }
  173. //=====================================================================================
  174. //=====================================================================================
  175. //RIGHT SIDEBAR
  176. .right-sidebar {
  177. .nav-tabs + .tab-content {
  178. padding: 0;
  179. }
  180. p {
  181. margin: 20px 15px 15px 15px;
  182. font-weight: bold;
  183. text-align: center;
  184. }
  185. #settings {
  186. .setting-list {
  187. list-style: none;
  188. padding-left: 0;
  189. margin-bottom: 20px;
  190. li {
  191. padding: 15px;
  192. position: relative;
  193. border-top: 1px solid #eee;
  194. .switch {
  195. position: absolute;
  196. top: 15px;
  197. right: 5px;
  198. }
  199. }
  200. }
  201. }
  202. }
  203. .demo-choose-skin {
  204. list-style: none;
  205. padding-left: 0;
  206. overflow-y: hidden;
  207. li {
  208. border-bottom: 1px solid #eee;
  209. padding: 10px 10px 4px 10px;
  210. position: relative;
  211. cursor: pointer;
  212. &.active {
  213. background-color: #eee;
  214. &:after {
  215. font-family: 'Material Icons';
  216. position: absolute;
  217. top: 10px;
  218. right: 10px;
  219. content: '\E876';
  220. font-size: 18px;
  221. font-weight: bold;
  222. }
  223. }
  224. &:hover {
  225. background-color: #eee;
  226. }
  227. div {
  228. width: 24px;
  229. height: 24px;
  230. display: inline-block;
  231. @include border-radius(3px);
  232. }
  233. span {
  234. position: relative;
  235. bottom: 7px;
  236. left: 5px;
  237. }
  238. }
  239. @each $key, $val in $colors {
  240. .#{$key} {
  241. background-color: $val;
  242. }
  243. }
  244. }
  245. //=====================================================================================