fourth-wall-embed-wp/css/fw-store-embed.css

72 lines
1.2 KiB
CSS
Raw Permalink Normal View History

2024-12-27 14:10:25 -08:00
.fw-store-parent {
align-content: center;
vertical-align: bottom;
2024-12-27 14:10:25 -08:00
overflow-y: auto;
text-align:center;
margin:0 auto;
max-width: 1000px;
}
.product-tile {
align-content: center;
vertical-align: bottom;
2024-12-27 14:10:25 -08:00
background: white;
display:inline-block;
width:225px;
margin:15px 15px 15px 15px;
2024-12-27 14:10:25 -08:00
}
.product-tile img {
max-height: 350px;
}
.image__badges {
color: red;
justify-content: center;
position: absolute;
font-weight: bold;
margin: auto;
}
.badge {
color: red !important;
margin: auto;
padding: 60px;
font-size: 20px;
font-style: italic;
}
.tile__heading {
font-size: 0.88em; /* Reduced font size for product titles */
font-weight: bold;
}
/* Admin page styles */
.shortcode-info {
background: #fff;
border: 1px solid #ccd0d4;
border-radius: 4px;
padding: 20px;
margin-top: 20px;
}
.shortcode-info h3 {
margin-top: 0;
color: #23282d;
}
.shortcode-info code {
background: #f1f1f1;
padding: 2px 6px;
border-radius: 3px;
font-family: 'Courier New', monospace;
}
.shortcode-info p {
margin: 10px 0;
}
.shortcode-info em {
color: #666;
font-style: italic;
}