Cosmetics on homepage
parent
2a1e0113ac
commit
dc3ffb9809
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="content-section layout-footer">
|
<div class="layout-footer">
|
||||||
<div class="layout-footer-left">
|
<div class="layout-footer-left">
|
||||||
<span>PrimeVue 2.0.4 by </span>
|
<span>PrimeVue 2.0.4 by </span>
|
||||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.layout-footer {
|
.layout-footer {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
padding: 2rem;
|
||||||
background-color: var(--surface-a);
|
background-color: var(--surface-a);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
/* Home Component*/
|
/* Home Component*/
|
||||||
.home {
|
.home {
|
||||||
a {
|
a {
|
||||||
color: var(--primary-color);
|
text-decoration: none;
|
||||||
font-weight: 500;
|
color: $linkColor;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
<div class="p-col-6 p-md-2"><img alt="viacom" src="../assets/images/home/viacom.svg"/></div>
|
<div class="p-col-6 p-md-2"><img alt="viacom" src="../assets/images/home/viacom.svg"/></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="templates">
|
<div class="templates">
|
||||||
<h4>Premium Application Templates</h4>
|
<h4>Premium Application Templates</h4>
|
||||||
<p>Gorgeous Vue-CLI application templates designed by professional designers and implemented by Vue Experts to help you reach your goals in no time.</p>
|
<p>Gorgeous Vue-CLI application templates designed by professional designers and implemented by Vue Experts to help you reach your goals in no time.</p>
|
||||||
|
@ -179,6 +180,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="primevue-designer">
|
<div class="primevue-designer">
|
||||||
<h4>Theme Designer</h4>
|
<h4>Theme Designer</h4>
|
||||||
<p>PrimeVue is a design-agnostic library and the theming system is based on the Theme Designer, the official tool to create themes for the components. Designer includes a SASS enabled infrastructure that has over 500 customizable variables, a live editor
|
<p>PrimeVue is a design-agnostic library and the theming system is based on the Theme Designer, the official tool to create themes for the components. Designer includes a SASS enabled infrastructure that has over 500 customizable variables, a live editor
|
||||||
|
|
Loading…
Reference in New Issue