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,18 +1,17 @@
.row {
padding: 0 1rem;
}
@import '../../../../@theme/styles/variables';
@import '~@nga/theme/styles/global/bootstrap/buttons';
.size-container {
margin-right: 1rem;
@include nga-install-component() {
.row {
padding: 0 1rem;
}
.header {
margin-bottom: 0.5rem;
.size-container {
margin-right: 1rem;
}
.subheader {
color: #ffffff;
margin-bottom: 1rem;
font-size: 0.875rem;
font-weight: 300;
color: nga-theme(color-fg-heading);
}
}