Studio: adds badge UI firefox fix

This commit is contained in:
Brian Talbot
2013-07-30 14:01:17 -04:00
parent 7a41855fdb
commit 573445aa8c

View File

@@ -20,6 +20,7 @@
position: absolute;
top: -1px;
left: ($baseline*1.5);
width: 100%;
}
.ui-badge {
@@ -37,6 +38,8 @@
// OPTION: add this class for a visual hanging display
&.is-hanging {
@include box-sizing(border-box);
@extend .ui-depth2;
top: -($baseline/4);
&:after {