Skip to content

Commit

Permalink
Merge pull request #805 from Codeinwp/feat/limited-offers
Browse files Browse the repository at this point in the history
chore: add BF deal
  • Loading branch information
vytisbulkevicius authored Oct 23, 2023
2 parents 1535f43 + 6b5ecab commit f1a14eb
Show file tree
Hide file tree
Showing 5 changed files with 515 additions and 3 deletions.
45 changes: 43 additions & 2 deletions css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
padding: 30px 90px 30px 30px;
}
.feedzy-accordion-item .feedzy-accordion__step-number{
padding-bottom: 10px;
padding-bottom: 10px;
}
.feedzy-accordion-item .feedzy-accordion__step-title{
color: #050505;
Expand Down Expand Up @@ -2246,4 +2246,45 @@ li.draggable-item .components-panel__body-toggle.components-button{
}
.fz-chat-cpt-action .error-message {
right: 40px !important;
}
}

.feedzy-sale {
margin-bottom: 20px;
display: flex;
}

.feedzy-sale a {
position: relative;
}

.feedzy-sale img {
width: 100%;
}

.feedzy-sale .feedzy-urgency {
position: absolute;

top: 10%;
left: 1.5%;

color: #FFF;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.3px;
text-transform: uppercase;
}

@media(max-width: 480px) {
.feedzy-sale .feedzy-urgency {
font-size: 7px;
}
}

@media (min-width: 481px) and (max-width: 1024px) {
.feedzy-sale .feedzy-urgency {
font-size: 10px;
}
}
Binary file added img/black-friday-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f1a14eb

Please sign in to comment.