Cosmetics
parent
bba0413868
commit
9859cbaeca
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
<div class="layout-config-content">
|
<div class="layout-config-content">
|
||||||
<div class="free-themes">
|
<div class="free-themes">
|
||||||
<h1 style="margin-top: 0">COMPONENT SCALE</h1>
|
<h3 style="margin-top: 0">Component Scale</h3>
|
||||||
<div class="config-scale">
|
<div class="config-scale">
|
||||||
<Button icon="pi pi-minus" @click="decrementScale()" class="p-button-secondary" :disabled="scale === scales[0]"/>
|
<Button icon="pi pi-minus" @click="decrementScale()" class="p-button-secondary" :disabled="scale === scales[0]"/>
|
||||||
<i class="pi pi-circle-on" v-for="s of scales" :class="{'scale-active': s === scale}" :key="s"/>
|
<i class="pi pi-circle-on" v-for="s of scales" :class="{'scale-active': s === scale}" :key="s"/>
|
||||||
<Button icon="pi pi-plus" @click="incrementScale()" class="p-button-secondary" :disabled="scale === scales[scales.length - 1]" />
|
<Button icon="pi pi-plus" @click="incrementScale()" class="p-button-secondary" :disabled="scale === scales[scales.length - 1]" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>FREE THEMES</h1>
|
<h3>Free Themes</h3>
|
||||||
<p>Built-in component themes created by the <a href="https://www.primefaces.org/designer/primevue">PrimeVue Theme Designer</a>.</p>
|
<p>Built-in component themes created by the <a href="https://www.primefaces.org/designer/primevue">PrimeVue Theme Designer</a>.</p>
|
||||||
|
|
||||||
<div class="p-grid">
|
<div class="p-grid">
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="premium-themes">
|
<div class="premium-themes">
|
||||||
<h1>PREMIUM VUE-CLI TEMPLATES</h1>
|
<h3>Premium Vue-CLI Template</h3>
|
||||||
<p>Beautifully crafted premium <a href="https://cli.vuejs.org">Vue CLI</a> application templates by the PrimeTek design team.</p>
|
<p>Beautifully crafted premium <a href="https://cli.vuejs.org">Vue CLI</a> application templates by the PrimeTek design team.</p>
|
||||||
<div class="p-grid">
|
<div class="p-grid">
|
||||||
<div class="p-col-12 p-md-6">
|
<div class="p-col-12 p-md-6">
|
||||||
|
|
|
@ -99,10 +99,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h3 {
|
||||||
font-size: 1.286rem;
|
margin-top: 1.5rem;
|
||||||
letter-spacing: .1px;
|
margin-bottom: .75rem;
|
||||||
margin: 0 0 .5rem 0;
|
font-size: 1.5rem;
|
||||||
|
font-weight: 500;
|
||||||
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-grid > div {
|
.p-grid > div {
|
||||||
|
|
Loading…
Reference in New Issue