From a14606e8d07a9cfc7b586e967882f8354a1dd813 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 21 May 2024 13:02:17 +0300 Subject: [PATCH] Fixed color issues on pages --- assets/styles/layout/_core.scss | 7 ++ .../styles/layout/templates/_templates.scss | 35 +------- pages/roadmap/index.vue | 35 ++++---- pages/support/index.vue | 66 +++++++------- pages/team/index.vue | 10 --- pages/templates/index.vue | 73 +++++++-------- pages/uikit/index.vue | 88 +++++++++---------- 7 files changed, 138 insertions(+), 176 deletions(-) diff --git a/assets/styles/layout/_core.scss b/assets/styles/layout/_core.scss index bcf01d110..e0a685772 100644 --- a/assets/styles/layout/_core.scss +++ b/assets/styles/layout/_core.scss @@ -78,4 +78,11 @@ p { button { font-family: inherit; font-feature-settings: inherit; +} + +*, +::before, +::after { + border-width: 0; + border-style: solid; } \ No newline at end of file diff --git a/assets/styles/layout/templates/_templates.scss b/assets/styles/layout/templates/_templates.scss index 5e8123636..2268a55cd 100644 --- a/assets/styles/layout/templates/_templates.scss +++ b/assets/styles/layout/templates/_templates.scss @@ -1641,37 +1641,4 @@ } } } -} - -.templates-page { - &-button { - display: inline-flex; - cursor: pointer; - user-select: none; - align-items: center; - justify-content: center; - overflow: hidden; - position: relative; - background-color: var(--primary-color); - color: var(--primary-contrast-color); - border: 1px solid var(--border-color); - padding: 0.5rem 1rem; - font-size: 1rem; - font-family: inherit; - font-feature-settings: inherit; - transition: background-color var(--p-transition-duration), color var(--p-transition-duration), border-color var(--p-transition-duration), outline-color var(--p-transition-duration); - border-radius: var(--p-rounded-base); - outline-color: transparent; - flex: 1 1 0%; - - &-outlined { - background: transparent; - color: var(--primary-color); - border-color: var(--p-primary-200); - } - - &-label { - font-weight: 500; - } - } -} +} \ No newline at end of file diff --git a/pages/roadmap/index.vue b/pages/roadmap/index.vue index 1e636ea11..5c50758bb 100644 --- a/pages/roadmap/index.vue +++ b/pages/roadmap/index.vue @@ -22,39 +22,40 @@
Q3
Q4
+
COMPONENTS
-
+

New Styled Mode

Move theming into core to replace sass repo.

-
+

CSS Variables

Implement figma design tokens as CSS variables instead of SCSS.

-
+

Tailwind CSS Presets

Provide presets for the entire UI suite.

-
+

New Components

Layout components, Typography, Meter, Drawer, Content for Steps...

-
+

Form States

Add filled and invalid props to form components.

@@ -63,14 +64,14 @@
-
+

RTL Mode

RTL support for the UI components.

-
+

Drag Drop Utils

Drag and Drop utilities.

@@ -79,7 +80,7 @@
-
+

Advanced Components

Sheet, Event Calendar.

@@ -88,7 +89,7 @@
-
+

Advanced Components

Gantt Chart, Flow Chart.

@@ -100,14 +101,14 @@
Figma UI Kit
-
+

New Figma Tokens

Update tokens to sync with the new styled mode.

-
+

Figma to Theme API

Build the infrastructure to generate themes from Figma.

@@ -122,7 +123,7 @@
SHOWCASE
-
+

Documentation

Add server backed data samples for data driven examples e.g. VirtualScroll, Lazy.

@@ -137,14 +138,14 @@
PrimeBlocks
-
+

Blocks Update

Add 80+ New Blocks.

-
+

Tailwind Blocks

Port the entire Blocks to Tailwind.

@@ -153,7 +154,7 @@
-
+

Online App

Implement a SaaS app to access the blocks instead of an offline download.

@@ -167,7 +168,7 @@
Design
-
+

New UI Theme

Brand new default theme with a modern and attractive design.

@@ -176,7 +177,7 @@
-
+

New UI Based Theme Editor

Advanced Theme Editor App with full control over the new Styled Theming API.

diff --git a/pages/support/index.vue b/pages/support/index.vue index cf5fb7ecd..e66936462 100755 --- a/pages/support/index.vue +++ b/pages/support/index.vue @@ -4,9 +4,9 @@
- -
Community Support
-

+ +

Community Support
+

Forum and Discord are where the community users gather to seek support, post topics and discuss the technology. GitHub issue tracker is the channel where community users can create tickets however PrimeTek does not guarantee a response time although they are monitored and maintained by our staff. If you need to secure our response within 1 business day, you may consider PRO support instead. @@ -24,13 +24,13 @@

-
Enterprise Support
-

1 Year Subscription

+
Enterprise Support
+

1 Year Subscription

- Get a Quote + Get a Quote
-
-
    +
    +
    • Access to Private JIRA @@ -80,8 +80,8 @@
    -
    Enhancement Credits
    -

    +

    Enhancement Credits
    +

    New features and enhancement requests are not available in core services and provided via a credit based model instead named PrimeCredit. When you have an enhancement request, initially our team will review your requirement to verify if it is suitable to be included in the open source core library. We cannot guarantee that all requests can be accepted depending on the project roadmap, workload at the time and type of the requirement. After successful verification, we prepare an initial estimate in terms of credits and once this estimate is confirmed by you, implementation will be delivered by our team within an estimated timeframe. @@ -89,49 +89,49 @@

    -
    New Components
    -

    Brand new components you need that are not already available in the existing UI suite.

    +
    New Components
    +

    Brand new components you need that are not already available in the existing UI suite.

    -
    New Features
    -

    Enhancements to the components you need such as new properties, events and templating.

    +
    New Features
    +

    Enhancements to the components you need such as new properties, events and templating.

    -
    UX Customization
    -

    Behavioral changes to the existing components.

    +
    UX Customization
    +

    Behavioral changes to the existing components.

    -
    Frequently Asked Questions
    +
    Frequently Asked Questions
    -
    What is the duration of the service?
    -

    Support service is for one year.

    +
    What is the duration of the service?
    +

    Support service is for one year.

    -
    How many JIRA accounts do we get?
    -

    We provide one shared account per organization that any number of members in your organization can use it.

    +
    How many JIRA accounts do we get?
    +

    We provide one shared account per organization that any number of members in your organization can use it.

    -
    What happens if we extend after 1 year and we have unused tickets?
    -

    Unused tickets expire and cannot be transferred to the new subscription.

    +
    What happens if we extend after 1 year and we have unused tickets?
    +

    Unused tickets expire and cannot be transferred to the new subscription.

    -
    When can we purchase PrimeCredits for feature development?
    -

    PrimeCredits can be purchased anytime during an active subscription.

    +
    When can we purchase PrimeCredits for feature development?
    +

    PrimeCredits can be purchased anytime during an active subscription.

    -
    Are all of our requests guaranteed to be implemented with PrimeCredits?
    -

    No, PrimeTek does not guarantee the implementation so it is suggested to confirm with us before purchasing credits.

    +
    Are all of our requests guaranteed to be implemented with PrimeCredits?
    +

    No, PrimeTek does not guarantee the implementation so it is suggested to confirm with us before purchasing credits.

    -
    Can we get PrimeCredits without PRO support?
    -

    No, feature development is exclusive to PRO members.

    +
    Can we get PrimeCredits without PRO support?
    +

    No, feature development is exclusive to PRO members.

    -
    Is there a limit on developers in our organization who can use the service?
    -

    PRO is per organization so there is no limit on the number of developers.

    +
    Is there a limit on developers in our organization who can use the service?
    +

    PRO is per organization so there is no limit on the number of developers.

    -
    What is not covered by PRO?
    -

    As PRO support focuses on the library, application consulting and code reviews are out of scope.

    +
    What is not covered by PRO?
    +

    As PRO support focuses on the library, application consulting and code reviews are out of scope.

    diff --git a/pages/team/index.vue b/pages/team/index.vue index 7404fa80f..8ac7c30ba 100644 --- a/pages/team/index.vue +++ b/pages/team/index.vue @@ -77,16 +77,6 @@ Mehmet Çetin Front-End Developer
-
- Furkan Seziş - Furkan Seziş - Front-End Developer -
-
- Burak Sağlam - Burak Sağlam - Front-End Developer -
Taner Engin Taner Engin diff --git a/pages/templates/index.vue b/pages/templates/index.vue index d05693789..fcc0c39f3 100644 --- a/pages/templates/index.vue +++ b/pages/templates/index.vue @@ -3,6 +3,7 @@

Templates

Highly customizable application templates to get started in no time with style. Designed and implemented by PrimeTek.

+
@@ -12,11 +13,11 @@ Apollo
- - Preview + + Preview - - Learn More + + Learn More
@@ -27,11 +28,11 @@ Sakai
- - Preview + + Preview - - Learn More + + Learn More
@@ -42,11 +43,11 @@ Atlantis
- - Preview + + Preview - - Learn More + + Learn More
@@ -57,11 +58,11 @@ Ultima
- - Preview + + Preview - - Learn More + + Learn More
@@ -72,11 +73,11 @@ Freya
- - Preview + + Preview - - Learn More + + Learn More
@@ -87,11 +88,11 @@ Diamond
- - Preview + + Preview - - Learn More + + Learn More
@@ -102,11 +103,11 @@ Verona
- - Preview + + Preview - - Learn More + + Learn More
@@ -117,11 +118,11 @@ Poseidon
- - Preview + + Preview - - Learn More + + Learn More
@@ -132,11 +133,11 @@ Avalon
- - Preview + + Preview - - Learn More + + Learn More
diff --git a/pages/uikit/index.vue b/pages/uikit/index.vue index afa4509b7..ff0e1d977 100644 --- a/pages/uikit/index.vue +++ b/pages/uikit/index.vue @@ -17,7 +17,7 @@
UP-TO-DATE
-
Best Features of Figma
+
Best Features of Figma

PrimeOne for Figma uses the latest powerful features like components, variants, auto layout, styles and interactive components. It'll always follow the best practices.

    @@ -51,7 +51,7 @@
    ENTERPRISE GRADE
    -
    Powerful System
    +
    Powerful System

    Save countless hours on every project with a carefully designed system that uses Prime UI Suite components. Start producing design results in no time.

      @@ -83,7 +83,7 @@
    DARK MODE
    -
    Two Themes
    +
    Two Themes

    PrimeOne is designed based on Lara Blue Light and Lara Blue Dark themes. Easily change the themes of your designs using Figma's Swap Library feature.

      @@ -101,7 +101,7 @@
      TOKENS STUDIO
      -
      Tokens Support
      +
      Tokens Support

      Empower yourself with unprecedented control over your designs. Tokens Studio integration unlocks a whole new level of flexibility, allowing you to create and manage design tokens seamlessly.

        @@ -145,7 +145,7 @@
      -
      Pricing
      +
      Pricing
      Choose the right plan for your business. Whether you are an individual or a member of a team, UI Kit is available for affordable prices.
      View License Details @@ -153,12 +153,12 @@
      -
      Single Designer
      -
      For individual designers
      +
      Single Designer
      +
      For individual designers

      - $99 - $49 + $99 + $49

        @@ -188,9 +188,7 @@

      - Buy Now + Buy Now
      @@ -198,12 +196,12 @@
      -
      Team
      -
      For small teams
      +
      Team
      +
      For small teams

      - $249 - $149 + $249 + $149

        @@ -233,9 +231,7 @@

      - Buy Now + Buy Now
      @@ -243,11 +239,11 @@
      -
      Enterprise
      -
      For large teams
      +
      Enterprise
      +
      For large teams

      - EXCLUSIVE DEALS + EXCLUSIVE DEALS

        @@ -285,46 +281,46 @@
      - Frequently Asked Questions -
      + Frequently Asked Questions +
      -
      What do I get when I purchase a license?
      -

      You'll be able to download two Figma files for light and dark themes.

      +
      What do I get when I purchase a license?
      +

      You'll be able to download two Figma files for light and dark themes.

      -
      Is there a recurring fee or is the license perpetual?
      -

      UI Kit license is perpetual so requires one time payment, not subscription based.

      +
      Is there a recurring fee or is the license perpetual?
      +

      UI Kit license is perpetual so requires one time payment, not subscription based.

      -
      Can I use UI Kit license for commercial projects?
      -

      Yes, your license allows you to sell your projects that utilize the UI Kit implementations.

      +
      Can I use UI Kit license for commercial projects?
      +

      Yes, your license allows you to sell your projects that utilize the UI Kit implementations.

      -
      Can I create multiple projects for multiple clients?
      -

      There is no limit, you are able to use UI Kit in multiple projects for multiple clients.

      +
      Can I create multiple projects for multiple clients?
      +

      There is no limit, you are able to use UI Kit in multiple projects for multiple clients.

      -
      We're a reseller, are we able to purchase a license on behalf of our client?
      -

      Yes, after the purchase, please contact us so we can transfer the license to your client.

      +
      We're a reseller, are we able to purchase a license on behalf of our client?
      +

      Yes, after the purchase, please contact us so we can transfer the license to your client.

      -
      Does the enterprise license include contractors within the organization?
      -

      Yes, contractors are also able to use the UI Kit within your company.

      +
      Does the enterprise license include contractors within the organization?
      +

      Yes, contractors are also able to use the UI Kit within your company.

      -
      Can subsidiary company of a larger organization share the enterprise license?
      -

      No, enterprise license is per company so each subsidiary company needs to purchase a separate license.

      +
      Can subsidiary company of a larger organization share the enterprise license?
      +

      No, enterprise license is per company so each subsidiary company needs to purchase a separate license.

      -
      What does "free updates" mean?
      -

      All updates will be totally free of charge for existing customers for an unlimited period.

      +
      What does "free updates" mean?
      +

      All updates will be totally free of charge for existing customers for an unlimited period.

      -
      How can I get support?
      -

      +

      How can I get support?
      +

      Support is provided by PrimeTek via a dedicated forum channel monitored by PrimeTek support staff.

      -
      What does lifetime support mean?
      -

      Support service at the forum does not have a time limit.

      +
      What does lifetime support mean?
      +

      Support service at the forum does not have a time limit.

      -
      Can I include UI Kit in an open source project?
      -

      Due to the license, it is not possible to use the UI Kit in an open source project where the design files are publicly available.

      +
      Can I include UI Kit in an open source project?
      +

      Due to the license, it is not possible to use the UI Kit in an open source project where the design files are publicly available.