Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

190
Views
How to style with css <v-divider> <v-divider/> horizonatl in vutify

I am working on project vujs add vutify but I should to use commponent.

 .horizontal{
             border-color: #F4F4F4 !important;
             border-width: 2px ;
                
                /*border-width: none !important;*/
         }
     
      <v-divider horizontal  class=" horizontal hidden-md-and-up" ></v-divider>
I have try to use this code but nothing doesn't happend. If I try to use inspect element on web divider display as you can see.enter image description here Anyone can Idea?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You probably run into specificity issue with your css, meaning other css is to "powerful". You can try this code below that makes it more specific targeted. Note I did changes to both the component class name and the css.

.theme--light.v-divider.v-divider--horizontal {
  border-color: #F4F4F4 !important;
  border-width: 2px;
  /*border-width: none !important;*/
}
<v-divider horizontal class="v-divider--horizontal hidden-md-and-up"></v-divider>

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!