topbar freya reverted
parent
3b8bec5f30
commit
c4c91391be
|
@ -3,11 +3,10 @@
|
||||||
<div class="layout-news" v-if="newsActive">
|
<div class="layout-news" v-if="newsActive">
|
||||||
<div class="layout-news-container">
|
<div class="layout-news-container">
|
||||||
<a href="https://www.primefaces.org/store" target="_blank">
|
<a href="https://www.primefaces.org/store" target="_blank">
|
||||||
<img class="layouts-news-mockup-image" src="./assets/images/topbar-summersale.png">
|
<img class="layouts-news-mockup-image" src="./assets/images/topbar-freya-mockup.png">
|
||||||
</a>
|
</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/store" target="_blank" tabindex="-1" style="text-decoration: none" class="layout-news-button">
|
||||||
LEARN MORE
|
LEARN MORE
|
||||||
<i class="pi pi-angle-right"></i>
|
|
||||||
</a>
|
</a>
|
||||||
<a tabindex="0" class="layout-news-close" @click="hideNews">
|
<a tabindex="0" class="layout-news-close" @click="hideNews">
|
||||||
<i class="pi pi-times"></i>
|
<i class="pi pi-times"></i>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-left: 250px;
|
margin-left: 250px;
|
||||||
background-image: linear-gradient(90deg,#2a206c,#221b5c);
|
background-image: url("./assets/images/topbar-freya-bg.png");
|
||||||
|
|
||||||
.layout-news-container {
|
.layout-news-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -16,22 +16,16 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
||||||
a {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.layouts-news-mockup-image {
|
img.layouts-news-mockup-image {
|
||||||
height: 50px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-news-button {
|
.layout-news-button {
|
||||||
border: 1px solid #ffffff;
|
border: 2px solid #ffffff;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 0.3em 0.3em 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
font-weight: 700;
|
font-weight: bolder;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in New Issue