Style.sql 258 B

123456789101112131415
  1. SELECT 'text' AS component
  2. , '<style>
  3. body .pure-g {
  4. text-align: center
  5. }
  6. details svg, details img {
  7. background-color: white
  8. }
  9. .code-component pre {
  10. border-width: 2px;
  11. border-color: '||$color||';
  12. border-style: solid;
  13. }
  14. </style>' AS html
  15. ;