설명 없음

_fixed-plugin.scss 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. .fixed-plugin{
  2. position: fixed;
  3. right: 0;
  4. width: 64px;
  5. background: rgba(0,0,0,.3);
  6. z-index: 1031;
  7. border-radius: 8px 0 0 8px;
  8. text-align: center;
  9. top: 130px;
  10. li > a,
  11. .badge{
  12. transition: all .34s;
  13. -webkit-transition: all .34s;
  14. -moz-transition: all .34s;
  15. }
  16. .fa-cog{
  17. color: $white;
  18. padding: 10px;
  19. border-radius: 0 0 6px 6px;
  20. width: auto;
  21. }
  22. .dropdown-menu{
  23. right: 80px;
  24. left: auto !important;
  25. top: -52px !important;
  26. width: 290px;
  27. border-radius: 0.1875rem;
  28. padding: 0 10px;
  29. background: linear-gradient($black, $black-states);
  30. }
  31. .dropdown .dropdown-menu .tim-icons{
  32. top: 5px;
  33. }
  34. .dropdown-menu:after,
  35. .dropdown-menu:before{
  36. right: 10px;
  37. margin-left: auto;
  38. left: auto;
  39. }
  40. .fa-circle-thin{
  41. color: $white;
  42. }
  43. .active .fa-circle-thin{
  44. color: $active-blue;
  45. }
  46. .dropdown-menu > .active > a,
  47. .dropdown-menu > .active > a:hover,
  48. .dropdown-menu > .active > a:focus{
  49. color: $active-gray;
  50. text-align: center;
  51. }
  52. img{
  53. border-radius: 0;
  54. width: 100%;
  55. height: 100px;
  56. margin: 0 auto;
  57. }
  58. .dropdown-menu li > a:hover,
  59. .dropdown-menu li > a:focus{
  60. box-shadow: none;
  61. }
  62. .badge{
  63. border: 2px solid $white;
  64. border-radius: 50%;
  65. cursor: pointer;
  66. display: inline-block;
  67. height: 23px;
  68. margin-right: 5px;
  69. position: relative;
  70. width: 23px;
  71. }
  72. .badge.active,
  73. .badge:hover{
  74. border-color: $black-states;
  75. }
  76. .light-badge, .dark-badge{
  77. margin:0;
  78. border: 1px solid $info;
  79. &:hover{
  80. border: 1px solid $info;
  81. }
  82. }
  83. .light-badge{
  84. background: $white;
  85. &:hover{
  86. background: $white;
  87. }
  88. }
  89. .dark-badge{
  90. background: $black;
  91. &:hover{
  92. background: $black;
  93. }
  94. }
  95. h5{
  96. margin: 10px;
  97. }
  98. .dropdown-menu li{
  99. display: block;
  100. padding: 18px 2px;
  101. width: 25%;
  102. float: left;
  103. }
  104. li.adjustments-line,
  105. li.header-title,
  106. li.button-container{
  107. width: 100%;
  108. height: 50px;
  109. min-height: inherit;
  110. }
  111. li.button-container{
  112. height: auto;
  113. div{
  114. margin-bottom: 5px;
  115. }
  116. }
  117. #sharrreTitle{
  118. text-align: center;
  119. padding: 10px 0;
  120. height: 50px;
  121. }
  122. li.header-title{
  123. color: $white;
  124. height: 30px;
  125. line-height: 25px;
  126. font-size: 12px;
  127. font-weight: 600;
  128. text-align: center;
  129. text-transform: uppercase;
  130. }
  131. .adjustments-line{
  132. a{
  133. color: transparent;
  134. .badge-colors{
  135. position: relative;
  136. top: -2px;
  137. }
  138. a:hover,
  139. a:focus{
  140. color: transparent;
  141. }
  142. }
  143. .togglebutton{
  144. text-align: center;
  145. .label-switch{
  146. position: relative;
  147. left: -10px;
  148. font-size: $font-size-xs;
  149. color: $white;
  150. &.label-right{
  151. left: 10px;
  152. }
  153. }
  154. .toggle{
  155. margin-right: 0;
  156. }
  157. }
  158. .color-label{
  159. position: relative;
  160. top: -7px;
  161. font-size: $font-size-xs;
  162. color: $white;
  163. }
  164. .dropdown-menu > li.adjustments-line > a{
  165. padding-right: 0;
  166. padding-left: 0;
  167. border-bottom: 1px solid #ddd;
  168. border-radius: 0;
  169. margin: 0;
  170. }
  171. }
  172. .dropdown-menu{
  173. > li{
  174. & > a.img-holder{
  175. font-size: $font-paragraph;
  176. text-align: center;
  177. border-radius: 10px;
  178. background-color: $white;
  179. border: 3px solid $white;
  180. padding-left: 0;
  181. padding-right: 0;
  182. opacity: 1;
  183. cursor: pointer;
  184. display: block;
  185. max-height: 100px;
  186. overflow: hidden;
  187. padding: 0;
  188. img{
  189. margin-top: auto;
  190. }
  191. }
  192. a.switch-trigger:hover,
  193. & > a.switch-trigger:focus{
  194. background-color: transparent;
  195. }
  196. &:hover,
  197. &:focus{
  198. > a.img-holder{
  199. border-color: rgba(0, 187, 255, 0.53);;
  200. }
  201. }
  202. }
  203. > .active > a.img-holder,
  204. > .active > a.img-holder{
  205. border-color: $active-blue;
  206. background-color: $white;
  207. }
  208. }
  209. .btn-social{
  210. width: 50%;
  211. display: block;
  212. width: 48%;
  213. float: left;
  214. font-weight: 600;
  215. }
  216. .btn-social{
  217. i{
  218. margin-right: 5px;
  219. }
  220. &:first-child{
  221. margin-right: 2%;
  222. }
  223. }
  224. .dropdown{
  225. .dropdown-menu{
  226. -webkit-transform: translateY(-15%);
  227. -moz-transform: translateY(-15%);
  228. -o-transform: translateY(-15%);
  229. -ms-transform: translateY(-15%);
  230. transform: translateY(-15%);
  231. top: 27px;
  232. opacity: 0;
  233. transform-origin: 0 0;
  234. &:before{
  235. border-bottom: .4em solid rgba(0, 0, 0, 0);
  236. border-left: .4em solid rgba(0,0,0,0.2);
  237. border-top: .4em solid rgba(0,0,0,0);
  238. right: -16px;
  239. top: 46px;
  240. }
  241. &:after{
  242. border-bottom: .4em solid rgba(0, 0, 0, 0);
  243. border-left: .4em solid $black;
  244. border-top: .4em solid rgba(0,0,0,0);
  245. right: -16px;
  246. }
  247. &:before,
  248. &:after{
  249. content: "";
  250. display: inline-block;
  251. position: absolute;
  252. top: 74px;
  253. width: 16px;
  254. transform: translateY(-50%);
  255. -webkit-transform: translateY(-50%);
  256. -moz-transform: translateY(-50%);
  257. }
  258. }
  259. &.show .dropdown-menu{
  260. opacity: 1;
  261. -webkit-transform: translateY(-13%);
  262. -moz-transform: translateY(-13%);
  263. -o-transform: translateY(-13%);
  264. -ms-transform: translateY(-13%);
  265. transform: translateY(-13%);
  266. transform-origin: 0 0;
  267. }
  268. }
  269. .bootstrap-switch{
  270. margin:0;
  271. }
  272. }