From c5bf7bf0c05bb3f5699ab94d6fea0b890e04eadf Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 12 May 2020 17:15:30 +0300 Subject: [PATCH] Lint --- src/assets/styles/app/_content.scss | 4 ++-- src/views/support/Support.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/styles/app/_content.scss b/src/assets/styles/app/_content.scss index e178fa2f0..8a1def572 100644 --- a/src/assets/styles/app/_content.scss +++ b/src/assets/styles/app/_content.scss @@ -48,8 +48,8 @@ } &.introduction { - color: var(--primary-color-text); - background-color: var(--primary-color); + color: #ffffff; + background-color: #2196f3; .feature-intro { h1 { diff --git a/src/views/support/Support.vue b/src/views/support/Support.vue index 16316302a..3e9e79a42 100755 --- a/src/views/support/Support.vue +++ b/src/views/support/Support.vue @@ -16,11 +16,11 @@

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.

GET A QUOTE
- +
PRO
@@ -62,7 +62,7 @@ /deep/ .pro-section { display: flex; margin-top: .75rem; - + .pro-section-text { flex: 1 1 auto; padding: 0rem 1rem 0 0;