All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.components.flat-ui.less.modules.caret.less Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
//
// Caret
// --------------------------------------------------

.caret {
  border-width: 8px 6px;
  border-bottom-color: @brand-primary;  
  border-top-color: @brand-primary;
  border-style: solid;
  border-bottom-style: none;
  .transition(.25s);
  .scale(1.001);
}

.caret(@color: @brand-primary) {
  border-bottom-color: @color;
  border-top-color: @color;
}

.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}

.btn-lg .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy