flatter-ui/assets/less/modules/caret.import.less
2014-06-19 16:40:22 +02:00

30 lines
573 B
Plaintext

//
// 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;
}