No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Owerwriting and disabling quasar default style

    Help
    1
    1
    201
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sebastian last edited by sebastian

      Hi,

      let’s say I would like to give the header a gradient color

      8cc4157d-64ab-4574-9f70-e42a2ad0776f-image.png

      Then I can con got the app.scss and set it to:

      .q-layout__section--marginal {
        background: linear-gradient(to right, #3a1c71, #d76d77, #ffaf7b);
      }
      

      But when I check the output in the browser. There is still the existing style:
      c2f0a343-e1f5-4d33-a2c7-87e1938694e1-image.png

      How can I get rid of the existing style to not increase the css bundle size?

      I plan to overwrite a lot. So I think it is worth the effort.

      1 Reply Last reply Reply Quote 1
      • First post
        Last post