Ansico-embed-url/ansico-embed-url.css
2026-04-13 17:24:29 +00:00

8 lines
No EOL
910 B
CSS

.wp-block-ansico-embed-url { margin-bottom: 24px; }
.ansico-embed-input-container { padding: 20px; border: 2px dashed #ccc; background: #f9f9f9; border-radius: 8px; }
.ansico-embed-link { text-decoration: none !important; color: inherit !important; display: block; }
.ansico-embed-preview { border: 1px solid #dadde1; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; background-color: #ffffff; }
.ansico-embed-image { width: 100%; height: auto; max-height: 300px; object-fit: cover; display: block; border-bottom: 1px solid #dadde1; margin: 0 !important; }
.ansico-embed-content { padding: 12px 16px; background-color: #f2f3f5; }
.ansico-embed-domain { margin: 0 0 4px 0 !important; font-size: 12px; color: #65676b; text-transform: uppercase; letter-spacing: 0.5px; }
.ansico-embed-title { margin: 0 !important; font-size: 16px; font-weight: 600; color: #050505; line-height: 1.3; }