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

    How can I control the size of the q-breadcrumbs separator element?

    Help
    2
    2
    498
    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.
    • G
      geoidesic last edited by

      I tried adding this to variables-mat-styl: $breadcrumb-separator = 5px but the separator size remains 150%

      The $breadcrumb-separator variable doesn’t seem to be used because in the /dist/quasar.mat.syl file it is defined but then in the actual css it says:

      .q-breadcrumbs
      .q-icon, .q-breadcrumbs-separator
      font-size 150%

      Whereas it should say something like:
      .q-breadcrumbs
      .q-icon, .q-breadcrumbs-separator
      font-size $breadcrumb-separator

      1 Reply Last reply Reply Quote 0
      • dan-leech
        dan-leech last edited by

        You can set it hard coded in:
        src/css/app.styl

        add !important if need

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