Skip to content

Commit

Permalink
add text for registration (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Mar 7, 2024
1 parent 78d4e19 commit eb6a707
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,15 @@ main {
grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
}

.recap-annonce {
font-size: var(--type-2);
font-weight: 900;
margin-block-start: 0;
background-image: linear-gradient(45deg, var(--brand-color-alt), var(--brand-color));
background-clip: text;
color: transparent;
}

@media only screen and (min-width: 768px) {
.recap-wrap {
padding-block: 6rem;
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ <h1>
<p>
Join the awesome developer conference all around the SAP Cloud Application Programming Model (CAP). The time of the year where our vivid communities, customers, and partners meet the CAP Product Team and exchange best practices, technical concepts, current projects, ideas for the future, and way more…
</p>
<p class="recap-annonce">Registration will open on March 21st at 4pm CET</p>
</div>
</div>
</header>
Expand Down

0 comments on commit eb6a707

Please sign in to comment.