Git Product home page Git Product logo

Comments (8)

teamupdivision avatar teamupdivision commented on May 20, 2024 2

Hello @BlumDev92
There were no SCSS files previously, we added them in the resources/assets/scss folder.
Please download again and check it out.
Thank you

from argon.

rarestoma avatar rarestoma commented on May 20, 2024

Hi @BlumDev92,

Thank you for working with our products. Did you modify the color inside the $primary color or added a new variable?

All the best,
Rares

from argon.

BlumDev92 avatar BlumDev92 commented on May 20, 2024

Sorry for the late answer!

This is how the file looks like:

`// Body
$body-bg: #f8fafc;

// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;

// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66d9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;`

I tried to add $primary: #123456; to the end of the file and also i tried to change $purple. But both had no effect.

EDIT:
I just recognized that running npm run dev changes the css/app.css file and not the argon/css/argon.css file. Is it possible to change that?

from argon.

teamupdivision avatar teamupdivision commented on May 20, 2024

Hello @BlumDev92
The theme is not using the argon/css/argon.css file. If you want to use npm run dev please replace the css/app.css with argon/css/argon.css in the

css include calls.

from argon.

BlumDev92 avatar BlumDev92 commented on May 20, 2024

But when I change something in the argon/css/argon.css file , for example the .btn-primarycolor - it works! So it does use the argon/css/argon.css file, right?

What are the steps to change the primary color from purple to red? I'm confused now what kind of files the templates uses and how to correctly change the color.

thanks

from argon.

Ghitu avatar Ghitu commented on May 20, 2024

Hello @BlumDev92. Sorry, it's the other way around.

The theme is not using the css/app.css file. If you want to use npm run dev please replace argon/css/argon.css with css/app.css in the css include calls.

from argon.

BlumDev92 avatar BlumDev92 commented on May 20, 2024

I tried that, but when I change <link type="text/css" href="{{ asset('argon') }}/css/argon.css?v=1.0.0" rel="stylesheet"> to <link type="text/css" href="css/app.css" rel="stylesheet"> all the styles are gone and the page looks just like a normal bootstrap page...

How it is possible to apply the _variables.scss file changes to the argon/css/argon.css file? Do I need a other command instead of npm run dev ?

I'm so confused... sorry about that :-(

from argon.

BlumDev92 avatar BlumDev92 commented on May 20, 2024

That worked!
Thanks

from argon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.