Add component controller inheritance and new inputs

This commit is contained in:
gconsidine
2017-05-18 16:57:40 -04:00
parent 1644f78cf3
commit effd537a9c
19 changed files with 295 additions and 139 deletions

View File

@@ -10,6 +10,16 @@
}
}
.at-mixin-Heading (@size) {
color: @at-gray-dark-4x;
font-size: @size;
font-weight: @at-font-weight-2x;
line-height: @at-line-height-short;
text-transform: uppercase;
margin: 0;
padding: 0;
}
.at-mixin-Button () {
padding: @at-space-2x @at-space-4x;
}