Skip to content

Commit

Permalink
Merge pull request #271 from Codeinwp/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Soare-Robert-Daniel authored Nov 6, 2024
2 parents 69f7437 + 5b989d3 commit 7d499b5
Show file tree
Hide file tree
Showing 19 changed files with 558 additions and 38 deletions.
50 changes: 50 additions & 0 deletions assets/css/banner.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
.tsdk-banner-cta {
position: relative;
display: inline-block;
}

.tsdk-banner-urgency-text {
position: absolute;
top: 6%;
left: 1%;
color: white;
padding: 5px;
font-size: 16px;
z-index: 10;
text-transform: uppercase;
font-weight: 700;
}

.tsdk-banner-img {
width: 100%;
height: auto;
}

@media (max-width: 1100px) {
.tsdk-banner-urgency-text {
font-size: 10px;
top: 0;
left: 1%;
}
}

@media (max-width: 950px) {
.tsdk-banner-urgency-text {
font-size: 10px;
left: 1%;
}
}

@media (max-width: 500px) {
.tsdk-banner-urgency-text {
font-size: 6px;
top: -10%;
left: 1%;
}
}

@media (max-width: 420px) {
.tsdk-banner-urgency-text {
left: 0%;
}
}
2 changes: 1 addition & 1 deletion assets/js/build/about/about.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-element'), 'version' => 'fc64a210bede1308e242');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-element'), 'version' => '7d782affa8469fa8f48d');
2 changes: 1 addition & 1 deletion assets/js/build/about/about.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d499b5

Please sign in to comment.