Add contextual variables and update references

This commit is contained in:
gconsidine
2017-06-20 10:02:47 -04:00
parent 2c98294035
commit f11aef01ef
17 changed files with 349 additions and 216 deletions

View File

@@ -1,7 +1,7 @@
.at-Panel {
margin: @at-space-6x 0 0 0;
padding: @at-space-6x;
border-color: @at-gray-dark;
margin: @at-margin-panel 0 0 0;
padding: @at-padding-panel;
border-color: @at-color-panel-border;
}
.at-Panel-heading {
@@ -20,6 +20,6 @@
}
.at-Panel-headingTitle {
.at-mixin-Heading(@at-font-size-3x);
.at-mixin-Heading(@at-font-size-panel-heading);
text-transform: none;
}