parent
83922e6c99
commit
193e764dac
|
@ -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" class="layouts-news-mockup" target="_blank">
|
||||
<img class="layouts-news-mockup-image" src="./assets/images/topbar-blackfriday.png">
|
||||
<a href="https://www.primefaces.org/primeblocks-vue" class="layouts-news-mockup" 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>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
|
@ -4,7 +4,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-left: 250px;
|
||||
background-image: url('./assets/images/topbar-blackfriday-bg.png');
|
||||
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 {
|
||||
|
@ -30,7 +30,7 @@
|
|||
border: 2px solid #283738;
|
||||
color: #283738;
|
||||
font-size: 15px;
|
||||
padding: 0.4em 0.8em 0.4em 1em;
|
||||
padding: 0.3em 0.3em 0.5em 1em;
|
||||
font-weight: 700;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
|
@ -43,7 +43,7 @@
|
|||
z-index: 1;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue