FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surerank
/
src
/
global
/
components
/
social-preview
Edit File: style.scss
.surerank-social-preview { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; .surerank-social-preview-image { width: 100%; height: 163px; background-color: #f1f3f4; display: flex; justify-content: center; align-items: center; > img { width: 100%; height: 100%; object-fit: cover; } } .surerank-social-preview-content { display: flex; flex-direction: column; gap: 8px; padding: 20px; .surerank-social-preview-url { font-size: 12px; font-weight: 400; color: #64748b; } .surerank-social-preview-title { color: #202124; font-size: 16px; font-weight: 700; } .surerank-social-preview-description { color: #475569; font-size: 14px; font-weight: 400; } } }
Save
Back