banner blocks added

pull/1478/head
Tuğçe Küçükoğlu 2021-08-24 11:17:38 +03:00
parent e28ca17eca
commit ad84b9affb
2 changed files with 6 additions and 12 deletions

View File

@ -2,10 +2,10 @@
<div class="layout-wrapper" :class="containerClass">
<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-endofsummersale-2021.png">
<a href="https://www.primefaces.org/primeblocks-vue" target="_blank">
<img class="layouts-news-mockup-image" src="./assets/images/topbar-primeblocks-device.png">
</a>
<a href="https://www.primefaces.org/store" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button">
<a href="https://www.primefaces.org/primeblocks-vue" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button">
LEARN MORE
<i class="pi pi-angle-right"></i>
</a>

View File

@ -4,7 +4,7 @@
justify-content: center;
align-items: center;
margin-left: 250px;
background-image: linear-gradient(90deg ,#500d9d,#bd4b56);
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-color: white;
.layout-news-container {
@ -17,19 +17,13 @@
font-weight: bold;
font-size: 20px;
a {
display: flex;
justify-content: center;
align-items: center;
}
img.layouts-news-mockup-image {
height: 70px;
}
.layout-news-button {
border: 1px solid #fff;
color: #fff;
border: 2px solid #283738;
color: #283738;
font-size: 15px;
padding: 0.3em 0.3em 0.5em 1em;
font-weight: 700;