pull/345/head
cagataycivici 2020-05-12 17:15:30 +03:00
parent 3bb44339bf
commit c5bf7bf0c0
2 changed files with 5 additions and 5 deletions

View File

@ -48,8 +48,8 @@
} }
&.introduction { &.introduction {
color: var(--primary-color-text); color: #ffffff;
background-color: var(--primary-color); background-color: #2196f3;
.feature-intro { .feature-intro {
h1 { h1 {

View File

@ -16,11 +16,11 @@
<div class="pro-section p-grid p-nogutter"> <div class="pro-section p-grid p-nogutter">
<div class="pro-section-text p-col-12 p-md-8"> <div class="pro-section-text p-col-12 p-md-8">
<p>PrimeVue PRO is a term based commercial support service. With the exclusive services of Pro account, <p>PrimeVue PRO is a term based commercial support service. With the exclusive services of Pro account,
you no longer need to post your questions in the community forum and your issues to community issue tracker. you no longer need to post your questions in the community forum and your issues to community issue tracker.
With PrimeVue PRO, it's easy to support, tune and add features to PrimeVue as if it were an in-house framework.</p> With PrimeVue PRO, it's easy to support, tune and add features to PrimeVue as if it were an in-house framework.</p>
<a class="action-button" href="mailto:primevue@primetek.com.tr">GET A QUOTE</a> <a class="action-button" href="mailto:primevue@primetek.com.tr">GET A QUOTE</a>
</div> </div>
<div class="pro-section-image p-col-12 p-md-4"> <div class="pro-section-image p-col-12 p-md-4">
<img alt="PRO" src="../../assets/images/home/icon-pro.svg" /> <img alt="PRO" src="../../assets/images/home/icon-pro.svg" />
</div> </div>
@ -62,7 +62,7 @@
/deep/ .pro-section { /deep/ .pro-section {
display: flex; display: flex;
margin-top: .75rem; margin-top: .75rem;
.pro-section-text { .pro-section-text {
flex: 1 1 auto; flex: 1 1 auto;
padding: 0rem 1rem 0 0; padding: 0rem 1rem 0 0;