123456789101112131415 |
- SELECT 'text' AS component
- , '<style>
- body .pure-g {
- text-align: center
- }
- details svg, details img {
- background-color: white
- }
- .code-component pre {
- border-width: 2px;
- border-color: '||$color||';
- border-style: solid;
- }
- </style>' AS html
- ;
|