Theme update and cosmetics on steps demo

pull/345/head
cagataycivici 2020-05-11 13:43:47 +03:00
parent 808d911d1f
commit 7f7de11e54
29 changed files with 110 additions and 8 deletions

View File

@ -23,6 +23,10 @@
color: #cd3a3a;
}
.p-text-secondary {
color: #888888;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #cd3a3a;
}
.p-text-secondary {
color: #888888;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #cd3a3a;
}
.p-text-secondary {
color: #888888;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #a80000;
}
.p-text-secondary {
color: #848484;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #a80000;
}
.p-text-secondary {
color: #848484;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #a80000;
}
.p-text-secondary {
color: #848484;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #a80000;
}
.p-text-secondary {
color: #848484;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: e7a3a3;
}
.p-text-secondary {
color: #a6a6a6;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #f44336;
}
.p-text-secondary {
color: #6c757d;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -23,6 +23,10 @@
color: #e57373;
}
.p-text-secondary {
color: #AEB6BF;
}
.pi {
font-size: 1rem;
}

View File

@ -44,7 +44,7 @@
</template>
<template slot="footer">
<div class="p-grid p-nogutter p-justify-between">
<Button label="Back" class="disabled-button" @click="prevPage()" icon="pi pi-angle-left" />
<Button label="Back" @click="prevPage()" icon="pi pi-angle-left" />
<Button label="Complete" @click="complete()" icon="pi pi-check" iconPos="right" class="p-button-success"/>
</div>
</template>

View File

@ -5,6 +5,7 @@
Payment Information
</template>
<template slot="content">
<p class="p-text-secondary">Enter your card details</p>
<div class="p-fluid p-formgrid p-grid">
<div class="p-field p-col-12">
<label for="class">Class</label>
@ -30,7 +31,7 @@
</template>
<template slot="footer">
<div class="p-grid p-nogutter p-justify-between">
<Button label="Back" :disabled="true" class="disabled-button" icon="pi pi-angle-left" />
<Button label="Back" @click="prevPage()" icon="pi pi-angle-left" />
<Button label="Next" @click="nextPage()" icon="pi pi-angle-right" iconPos="right" />
</div>
</template>

View File

@ -5,6 +5,7 @@
Personal Information
</template>
<template slot="content">
<p class="p-text-secondary">Enter your information</p>
<div class="p-fluid">
<div class="p-field">
<label for="firstname">Firstname</label>
@ -25,7 +26,7 @@
</template>
<template slot="footer">
<div class="p-grid p-nogutter p-justify-between">
<Button label="Back" :disabled="true" class="disabled-button" icon="pi pi-angle-left" />
<i></i>
<Button label="Next" @click="nextPage(!$v.$invalid)" icon="pi pi-angle-right" iconPos="right" />
</div>
</template>

View File

@ -5,6 +5,7 @@
Seat Information
</template>
<template slot="content">
<p class="p-text-secondary">Choose your seat</p>
<div class="p-fluid p-formgrid p-grid">
<div class="p-field p-col-12 p-md-6">
<label for="class">Class</label>
@ -22,7 +23,7 @@
</template>
<template slot="footer">
<div class="p-grid p-nogutter p-justify-between">
<Button label="Back" :disabled="true" class="disabled-button" icon="pi pi-angle-left" />
<Button label="Back" @click="prevPage()" icon="pi pi-angle-left" />
<Button label="Next" @click="nextPage()" icon="pi pi-angle-right" iconPos="right" />
</div>
</template>

View File

@ -186,6 +186,7 @@ export default {
Personal Information
&lt;/template&gt;
&lt;template slot="content"&gt;
&lt;p class="p-text-secondary"&gt;Enter your information&lt;/p&gt;
&lt;div class="p-fluid"&gt;
&lt;div class="p-field"&gt;
&lt;label for="firstname"&gt;Firstname&lt;/label&gt;
@ -206,7 +207,7 @@ export default {
&lt;/template&gt;
&lt;template slot="footer"&gt;
&lt;div class="p-grid p-nogutter p-justify-between"&gt;
&lt;Button label="Back" :disabled="true" class="disabled-button" icon="pi pi-angle-left" /&gt;
&lt;i&gt;&lt;/i&gt;
&lt;Button label="Next" @click="nextPage(!$v.$invalid)" icon="pi pi-angle-right" iconPos="right" /&gt;
&lt;/div&gt;
&lt;/template&gt;
@ -261,6 +262,7 @@ export default {
Seat Information
&lt;/template&gt;
&lt;template slot="content"&gt;
&lt;p class="p-text-secondary"&gt;Choose your seat&lt;/p&gt;
&lt;div class="p-fluid p-formgrid p-grid"&gt;
&lt;div class="p-field p-col-12 p-md-6"&gt;
&lt;label for="class"&gt;Class&lt;/label&gt;
@ -278,7 +280,7 @@ export default {
&lt;/template&gt;
&lt;template slot="footer"&gt;
&lt;div class="p-grid p-nogutter p-justify-between"&gt;
&lt;Button label="Back" :disabled="true" class="disabled-button" icon="pi pi-angle-left" /&gt;
&lt;Button label="Back" @click="prevPage()" icon="pi pi-angle-left" /&gt;
&lt;Button label="Next" @click="nextPage()" icon="pi pi-angle-right" iconPos="right" /&gt;
&lt;/div&gt;
&lt;/template&gt;
@ -340,6 +342,7 @@ export default {
Payment Information
&lt;/template&gt;
&lt;template slot="content"&gt;
&lt;p class="p-text-secondary"&gt;Enter your card details&lt;/p&gt;
&lt;div class="p-fluid p-formgrid p-grid"&gt;
&lt;div class="p-field p-col-12"&gt;
&lt;label for="class"&gt;Class&lt;/label&gt;
@ -365,7 +368,7 @@ export default {
&lt;/template&gt;
&lt;template slot="footer"&gt;
&lt;div class="p-grid p-nogutter p-justify-between"&gt;
&lt;Button label="Back" :disabled="true" class="disabled-button" icon="pi pi-angle-left" /&gt;
&lt;Button label="Back" @click="prevPage()" icon="pi pi-angle-left" /&gt;
&lt;Button label="Next" @click="nextPage()" icon="pi pi-angle-right" iconPos="right" /&gt;
&lt;/div&gt;
&lt;/template&gt;
@ -444,7 +447,7 @@ export default {
&lt;/template&gt;
&lt;template slot="footer"&gt;
&lt;div class="p-grid p-nogutter p-justify-between"&gt;
&lt;Button label="Back" class="disabled-button" @click="prevPage()" icon="pi pi-angle-left" /&gt;
&lt;Button label="Back" @click="prevPage()" icon="pi pi-angle-left" /&gt;
&lt;Button label="Complete" @click="complete()" icon="pi pi-check" iconPos="right" class="p-button-success"/&gt;
&lt;/div&gt;
&lt;/template&gt;