47b43d78d9
new mixins, consolidated all original styles files uncomitted
9 lines
184 B
SCSS
9 lines
184 B
SCSS
.column-subheading {
|
|
background: $ui-base-color;
|
|
color: $dark-text-color;
|
|
padding: 8px 20px;
|
|
text-transform: uppercase;
|
|
cursor: default;
|
|
|
|
@include text-sizing(12px, 500);
|
|
} |