Style the .caret

This commit is contained in:
Ben Ogle 2013-09-11 15:50:15 -07:00
parent 7ae8f2d836
commit 6400365a27

View File

@ -46,3 +46,8 @@
.btn.btn-error {
.btn-variant(@background-color-error);
}
.caret {
border-top: 5px solid #fff;
margin-top: -1px;
}