Skip to content

Commit

Permalink
topbar for summersale
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Aug 10, 2021
1 parent d7020a8 commit 41c7fd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="layout-news" v-if="newsActive">
<div class="layout-news-container">
<a href="https://www.primefaces.org/store" target="_blank">
<img class="layouts-news-mockup-image" src="./assets/images/topbar-primeblocks-device.png">
<img class="layouts-news-mockup-image" src="./assets/images/topbar-endofsummersale-2021.png">
</a>
<a href="https://www.primefaces.org/store" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button">
LEARN MORE
Expand Down
Binary file added src/assets/images/topbar-endofsummersale-2021.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/assets/styles/app/_news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
justify-content: center;
align-items: center;
margin-left: 250px;
background-image: linear-gradient(197.37deg, rgba(0, 120, 227, 0.07) -0.38%, rgba(165, 72, 181, 0) 101.89%), linear-gradient(115.93deg, rgba(62, 136, 246, 0.15) 4.86%, rgba(62, 180, 246, 0.0495) 38.05%, rgba(62, 235, 246, 0) 74.14%), radial-gradient(56.47% 76.87% at 6.92% 7.55%, rgba(62, 136, 246, 0.05) 0%, rgba(62, 158, 246, 0.013) 52.16%, rgba(62, 246, 246, 0) 100%), linear-gradient(306.53deg, rgba(163, 171, 217, 0.1) 19.83%, rgba(163, 171, 217, 0) 97.33%);
background-image: linear-gradient(90deg ,#500d9d,#bd4b56);
background-color: white;

.layout-news-container {
Expand All @@ -28,11 +28,11 @@
}

.layout-news-button {
border: 1px solid #283738;
color: #283738;
border: 1px solid #fff;
color: #fff;
font-size: 15px;
padding: 0.3em 0.3em 0.5em 1em;
font-weight: bold;
font-weight: 700;
border-radius: 3px;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 41c7fd0

Please sign in to comment.