2019-08-07 06:02:36 +01:00
|
|
|
.column-subheading {
|
|
|
|
background: $ui-base-color;
|
|
|
|
color: $dark-text-color;
|
|
|
|
padding: 8px 20px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
cursor: default;
|
2019-08-12 21:48:46 +01:00
|
|
|
|
|
|
|
@include text-sizing(12px, 500);
|
2019-08-07 06:02:36 +01:00
|
|
|
}
|