fix(buttons): complete buttons

This commit is contained in:
Alexander Zhukov 2017-06-27 16:34:00 +03:00
parent 224e0d3390
commit 640d3202dc
10 changed files with 77 additions and 67 deletions

View file

@ -1,13 +1,13 @@
.shape-container .header {
margin-bottom: 7px;
}
@import '../../../../@theme/styles/variables';
@import '~@nga/theme/styles/global/bootstrap/buttons';
.shape-container .subheader {
margin-bottom: 19px;
font-weight: 300;
font-size: 0.875rem;
@include nga-install-component() {
span:nth-child(2) {
color: #ffffff;
.subheader {
margin-bottom: 19px;
span:nth-child(2) {
color: nga-theme(color-fg-heading);
}
}
}