cosmo: labels as boxes, badges remove text-shadow
[bootswatch] / cosmo / bootswatch.less
index 8bb63fa..f4038ed 100644 (file)
@@ -38,6 +38,10 @@ blockquote {
                padding: 10px 15px;
                border-right-color: @gray;
        }
+
+       small {
+               color: @gray;
+       }
 }
 
 .muted {
@@ -305,6 +309,10 @@ div.subnav {
        &-large {
                padding: 22px 30px;
        }
+
+       &-mini {
+               padding: 2px 6px;
+       }
 }
 
 .btn-group {
@@ -444,7 +452,10 @@ legend {
 }
 
 .label {
+       min-width: 80px;
+       min-height: 80px;
        .border-radius(0);
+       font-weight: 300;
        text-shadow: none;
 
        &-success {
@@ -467,6 +478,8 @@ legend {
 .badge {
 
        .border-radius(0);
+       font-weight: 300;
+       text-shadow: none;
 
        &-success {
                background-color: @green;