cosmo: labels as boxes, badges remove text-shadow
[bootswatch] / cosmo / bootswatch.less
index e7c713e..f4038ed 100644 (file)
@@ -452,7 +452,10 @@ legend {
 }
 
 .label {
+       min-width: 80px;
+       min-height: 80px;
        .border-radius(0);
+       font-weight: 300;
        text-shadow: none;
 
        &-success {
@@ -475,6 +478,8 @@ legend {
 .badge {
 
        .border-radius(0);
+       font-weight: 300;
+       text-shadow: none;
 
        &-success {
                background-color: @green;