theme-header.tpl 587 B

123456789101112131415161718192021222324252627282930
  1. <style rel="stylesheet">
  2. .theme-colors {
  3. position: fixed;
  4. right: 15px;
  5. bottom: 0;
  6. margin-bottom: 90px;
  7. width: 290px;
  8. z-index: 5000;
  9. background-color: #fff;
  10. border: 1px solid #ccc;
  11. box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  12. padding: 0 15px 15px;
  13. border-radius: 4px;
  14. }
  15. .theme-colors-container {
  16. max-height:390px;
  17. overflow-y: auto;
  18. overflow-x: hidden;
  19. }
  20. .swal-footer {
  21. text-align: center;
  22. }
  23. </style>
  24. <script>
  25. less = {
  26. javascriptEnabled: true
  27. };
  28. </script>
  29. <script src="{$WEB_ROOT}/templates/{$template}/assets/js/less.min.js"></script>