Contain margins for stats panel with modifier

- Create CSS `—inline` modifier so that other areas where
`at-Panel-headingTitleBadge` are not affected.
This commit is contained in:
kialam
2018-08-22 11:51:27 -04:00
parent 5cdd947196
commit c67e9143fb
2 changed files with 15 additions and 9 deletions

View File

@@ -44,7 +44,13 @@
vertical-align: middle;
white-space: nowrap;
text-align: center;
margin-right: @at-space-2x;
margin-left: 10px;
margin-right: auto;
&--inline {
margin-right: @at-space-2x;
margin-left: 0;
}
}
.at-Panel-headingCustomContent {