Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

193
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda