77ff1a2d32545498e1092969838f9f8e0a3c38d6
[bootswatch] / material-kit / sass / material-kit / _labels.scss
1 .label {
2     border-radius: $border-radius-huge;
3     padding: 5px 12px;
4     text-transform: uppercase;
5     font-size: 10px;
6
7     &.label-default{
8         background-color: $gray-light;
9     }
10 }