Built files from Bizgaze WebServer
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.

spectrum.scss 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. .sp-container {
  2. position:absolute;
  3. top:0;
  4. left:0;
  5. display:inline-block;
  6. *display: inline;
  7. *zoom: 1;
  8. /* https://github.com/seballot/spectrum/issues/40 */
  9. z-index: 9999994;
  10. overflow: hidden;
  11. }
  12. .sp-original-input-container {
  13. position: relative;
  14. display: inline-flex;
  15. }
  16. .sp-original-input-container input {
  17. margin: 0 !important;
  18. }
  19. .sp-original-input-container .sp-add-on {
  20. width: 40px;
  21. border-top-right-radius: 0 !important;
  22. border-bottom-right-radius: 0 !important;
  23. }
  24. input.spectrum.with-add-on {
  25. /*padding-left: 45px;*/
  26. border-top-left-radius: 0;
  27. border-bottom-left-radius: 0;
  28. border-left: 0;
  29. }
  30. .sp-original-input-container .sp-add-on .sp-colorize {
  31. height: 100%;
  32. width: 100%;
  33. border-radius: inherit;
  34. }
  35. .sp-colorize-container {
  36. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==');
  37. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ccc' fill-opacity='1'%3E%3Crect x='0' y='0' width='6' height='6' /%3E%3Crect x='6' y='6' width='6' height='6' /%3E%3C/svg%3E");
  38. }
  39. .sp-container.sp-flat {
  40. position: relative;
  41. }
  42. /* Fix for * { box-sizing: border-box; } */
  43. .sp-container,
  44. .sp-container * {
  45. -webkit-box-sizing: content-box;
  46. -moz-box-sizing: content-box;
  47. box-sizing: content-box;
  48. }
  49. /* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
  50. .sp-top {
  51. position:relative;
  52. width: 100%;
  53. display:inline-block;
  54. }
  55. .sp-top-inner {
  56. position:absolute;
  57. top:0;
  58. left:0;
  59. bottom:0;
  60. right:0;
  61. }
  62. .sp-color {
  63. position: absolute;
  64. top:0;
  65. left:0;
  66. bottom:0;
  67. right:20px !important;
  68. }
  69. .sp-hue {
  70. position: absolute;
  71. top:0;
  72. right:0;
  73. bottom:0;
  74. width: 12px;
  75. height: 100%;
  76. left: initial !important;
  77. }
  78. .sp-clear-enabled .sp-hue {
  79. top: 15%;
  80. height: 85%;
  81. }
  82. .sp-fill {
  83. padding-top: 80%;
  84. }
  85. .sp-sat, .sp-val {
  86. position: absolute;
  87. top:0;
  88. left:0;
  89. right:0;
  90. bottom:0;
  91. }
  92. .sp-alpha-enabled .sp-top {
  93. margin-bottom: 28px !important;
  94. }
  95. .sp-alpha-enabled .sp-alpha {
  96. display: block;
  97. }
  98. .sp-alpha-handle {
  99. position: absolute;
  100. top: -3px;
  101. cursor: pointer;
  102. height: 16px;
  103. border-radius: 50%;
  104. width: 16px;
  105. margin-right: 5px;
  106. left: -2px;
  107. right: 0;
  108. background: #f9f9f9;
  109. box-shadow: 0 0 2px 0px #3a3a3a;
  110. }
  111. .sp-alpha {
  112. display: none;
  113. position: absolute;
  114. bottom: -18px;
  115. right: 0;
  116. left: 0;
  117. height: 10px;
  118. }
  119. .sp-alpha-inner {
  120. border-radius: 4px;
  121. }
  122. .sp-clear {
  123. display: none;
  124. }
  125. .sp-clear.sp-clear-display {
  126. background-position: center;
  127. }
  128. .sp-clear-enabled .sp-clear {
  129. display: block;
  130. position: absolute;
  131. top: 3px;
  132. right: 0;
  133. bottom: 0;
  134. cursor: pointer;
  135. left: initial;
  136. height: 14px;
  137. width: 14px;
  138. }
  139. /* Don't allow text selection */
  140. .sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  141. -webkit-user-select:none;
  142. -moz-user-select: -moz-none;
  143. -o-user-select:none;
  144. user-select: none;
  145. }
  146. .sp-container.sp-input-disabled .sp-input-container {
  147. display: none;
  148. }
  149. .sp-container.sp-buttons-disabled .sp-button-container {
  150. display: none;
  151. }
  152. .sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  153. display: none;
  154. }
  155. .sp-palette-only .sp-picker-container {
  156. display: none;
  157. }
  158. .sp-palette-disabled .sp-palette-container {
  159. display: none;
  160. }
  161. .sp-initial-disabled .sp-initial {
  162. display: none;
  163. }
  164. /* Gradients for hue, saturation and value instead of images. Not pretty... but it works */
  165. .sp-sat {
  166. background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  167. background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  168. background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  169. background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  170. background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  171. background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  172. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  173. filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
  174. }
  175. .sp-val {
  176. border-radius: 4px;
  177. background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  178. background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  179. background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  180. background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  181. background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  182. background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  183. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  184. filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
  185. }
  186. .sp-hue {
  187. background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  188. background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  189. background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  190. background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  191. background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  192. background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  193. }
  194. /* IE filters do not support multiple color stops.
  195. Generate 6 divs, line them up, and do two color gradients for each.
  196. Yes, really.
  197. */
  198. .sp-1 {
  199. height:17%;
  200. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
  201. }
  202. .sp-2 {
  203. height:16%;
  204. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
  205. }
  206. .sp-3 {
  207. height:17%;
  208. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
  209. }
  210. .sp-4 {
  211. height:17%;
  212. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
  213. }
  214. .sp-5 {
  215. height:16%;
  216. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
  217. }
  218. .sp-6 {
  219. height:17%;
  220. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
  221. }
  222. .sp-hidden {
  223. display: none !important;
  224. }
  225. /* Clearfix hack */
  226. .sp-cf:before, .sp-cf:after { content: ""; display: table; }
  227. .sp-cf:after { clear: both; }
  228. .sp-cf { *zoom: 1; }
  229. /* Mobile devices, make hue slider bigger so it is easier to slide */
  230. @media (max-device-width: 480px) {
  231. .sp-color { right: 40%; }
  232. .sp-hue { left: 63%; }
  233. .sp-fill { padding-top: 60%; }
  234. }
  235. .sp-dragger {
  236. border-radius: 5px;
  237. height: 10px;
  238. width: 10px;
  239. border: 1px solid #fff;
  240. cursor: pointer;
  241. position:absolute;
  242. top:0;
  243. left: 0;
  244. margin-left: 3px;
  245. margin-top: 3px;
  246. box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
  247. }
  248. .sp-slider {
  249. position: absolute;
  250. top: 0;
  251. cursor: pointer;
  252. height: 16px;
  253. border-radius: 50%;
  254. width: 16px;
  255. left: -2px;
  256. background: #f9f9f9;
  257. box-shadow: 0 0 2px 0px #3a3a3a;
  258. margin-top: 8px;
  259. }
  260. /*
  261. Theme authors:
  262. Here are the basic themeable display options (colors, fonts, global widths)
  263. */
  264. .sp-container {
  265. display: inline-flex;
  266. border-radius: 0;
  267. background-color: white;
  268. padding: 0;
  269. border-radius: 4px;
  270. color: black;
  271. box-shadow: 0 0 0 1px rgba(99,114,130,.16), 0 8px 16px rgba(27,39,51,.08);
  272. }
  273. .sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  274. font-size:12px;
  275. -webkit-box-sizing: border-box;
  276. -moz-box-sizing: border-box;
  277. -ms-box-sizing: border-box;
  278. box-sizing: border-box;
  279. }
  280. .sp-top {
  281. margin-bottom: 10px;
  282. }
  283. .sp-color, .sp-hue, .sp-clear, .sp-val, .sp-sat {
  284. border-radius: 3px;
  285. }
  286. .sp-input-container {
  287. margin-top: -5px;
  288. }
  289. .sp-input-container.sp-cf,
  290. .sp-initial.sp-thumb.sp-cf,
  291. .sp-button-container.sp-cf {
  292. height: 25px;
  293. }
  294. .sp-picker-container .sp-cf {
  295. margin-bottom: 10px;
  296. }
  297. .sp-palette-row-initial > span:first-child {
  298. cursor: pointer;
  299. }
  300. /* Input */
  301. .sp-initial-disabled .sp-input-container {
  302. width: 100%;
  303. }
  304. .sp-input {
  305. padding: 0px 5px !important;
  306. margin: 0;
  307. width: 100%;
  308. box-shadow: none !important;
  309. height: 100% !important;
  310. background: transparent;
  311. color: #3a3a3a;
  312. border-radius: 2px !important;
  313. border: 1px solid #e0e0e0 !important;
  314. text-align: center;
  315. font-family: monospace;
  316. font-size: inherit !important;
  317. }
  318. .sp-input:focus {
  319. border: 1px solid orange;
  320. }
  321. .sp-input.sp-validation-error {
  322. border: 1px solid red;
  323. background: #fdd;
  324. }
  325. .sp-picker-container , .sp-palette-container {
  326. position: relative;
  327. padding: 10px;
  328. }
  329. .sp-picker-container {
  330. width: 200px;
  331. padding-bottom: 0;
  332. }
  333. /* Palettes */
  334. .sp-palette-container {
  335. border-right: solid 1px #ccc;
  336. }
  337. .sp-palette-only .sp-palette-container {
  338. border: 0;
  339. }
  340. .sp-palette .sp-thumb-el {
  341. display: block;
  342. position:relative;
  343. float:left;
  344. width: 24px;
  345. height: 15px;
  346. margin: 3px;
  347. cursor: pointer;
  348. border:solid 2px transparent;
  349. }
  350. .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  351. border-color: orange;
  352. }
  353. .sp-thumb-el {
  354. position:relative;
  355. }
  356. /* Initial */
  357. .sp-initial {
  358. float: left;
  359. }
  360. .sp-initial span {
  361. width: 30px;
  362. height: 25px;
  363. border:none;
  364. display:block;
  365. float:left;
  366. margin:0;
  367. }
  368. .sp-initial .spe-thumb-el.sp-thumb-active {
  369. border-radius: 0 5px 5px 0;
  370. }
  371. .sp-initial .spe-thumb-el{
  372. border-radius: 5px 0 0 5px;
  373. }
  374. .sp-initial .sp-clear-display {
  375. background-position: center;
  376. }
  377. /* Buttons */
  378. .sp-button-container {
  379. float: right;
  380. }
  381. .sp-palette-button-container {
  382. margin-top: 10px;
  383. }
  384. /* Replacer (the little preview div that shows up instead of the <input>) */
  385. .sp-replacer {
  386. position: relative;
  387. overflow:hidden;
  388. cursor:pointer;
  389. display:inline-block;
  390. border-radius: 3px;
  391. border: 1px solid #aaa;
  392. color: #666;
  393. transition: border-color .3s;
  394. vertical-align: middle;
  395. width: 3rem;
  396. height: 1.5rem;
  397. }
  398. .sp-replacer:hover, .sp-replacer.sp-active {
  399. border: 1px solid #666;
  400. color: black;
  401. }
  402. .sp-replacer.sp-disabled {
  403. cursor:default;
  404. border-color: silver;
  405. color: silver;
  406. }
  407. .sp-dd {
  408. position: absolute;
  409. font-size: 10px;
  410. right: 0;
  411. top: 0;
  412. bottom: 0;
  413. padding: 0 2px;
  414. line-height: 1.6rem;
  415. background-color: white
  416. }
  417. .sp-preview {
  418. position:relative;
  419. width: 100%;
  420. height: 100%;
  421. float:left;
  422. z-index: 0;
  423. }
  424. .sp-preview-inner {
  425. transition: background-color .2s;
  426. }
  427. .sp-preview-inner.sp-clear-display {
  428. /*width: 20px;
  429. margin-left: 10px;
  430. margin-top: 2px;*/
  431. display: none;
  432. }
  433. /* Color Picker */
  434. .sp-palette .sp-thumb-el {
  435. width: 16px;
  436. height: 16px;
  437. margin: 3px;
  438. border: none;
  439. border-radius: 3px;
  440. }
  441. /* Buttons: http://hellohappy.org/css3-buttons/ */
  442. .sp-container button {
  443. border-radius: 3px;
  444. border: none;
  445. background: transparent;
  446. line-height: 1;
  447. padding: 0 8px;
  448. height: 25px;
  449. text-transform: capitalize;
  450. text-align: center;
  451. vertical-align: middle;
  452. cursor: pointer;
  453. color: #606c72;
  454. font-weight: bold;
  455. }
  456. .sp-container button.sp-choose {
  457. background-color: #3cab3b;
  458. color: #fff;
  459. margin-left: 5px;
  460. }
  461. .sp-container button:hover {
  462. opacity: .8;
  463. }
  464. .sp-container button.sp-palette-toggle {
  465. width: 100%;
  466. background-color: #f3f3f3;
  467. margin: 0;
  468. }
  469. .sp-palette span:hover, .sp-palette span.sp-thumb-active {
  470. border-color: #000;
  471. }
  472. .sp-preview, .sp-alpha, .sp-thumb-el {
  473. position:relative;
  474. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==');
  475. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ccc' fill-opacity='1'%3E%3Crect x='0' y='0' width='6' height='6' /%3E%3Crect x='6' y='6' width='6' height='6' /%3E%3C/svg%3E");
  476. }
  477. .sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  478. display:block;
  479. position:absolute;
  480. top:0;left:0;bottom:0;right:0;
  481. }
  482. .sp-palette .sp-thumb-inner {
  483. border-radius: 3px;
  484. background-position: 50% 50%;
  485. background-repeat: no-repeat;
  486. }
  487. .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  488. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=');
  489. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
  490. }
  491. .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  492. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=');
  493. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  494. }
  495. .sp-clear-display {
  496. background-repeat:no-repeat;
  497. background-position: center;
  498. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==');
  499. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14'%3E%3Cpath d='M12 20.016q3.281 0 5.648-2.367t2.367-5.648q0-2.672-1.734-4.922l-11.203 11.203q2.25 1.734 4.922 1.734zM3.984 12q0 2.672 1.734 4.922l11.203-11.203q-2.25-1.734-4.922-1.734-3.281 0-5.648 2.367t-2.367 5.648zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055-7.055 2.93-7.055-2.93-2.93-7.055 2.93-7.055 7.055-2.93z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
  500. }