gab-social/app/javascript/gabsocial/components/column_subheading/column_subheading.scss

9 lines
187 B
SCSS
Raw Normal View History

.column-subheading {
background: $ui-base-color;
color: $dark-text-color;
padding: 8px 20px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
cursor: default;
}