2017-06-27 16:34:00 +03:00
|
|
|
@import '../../../../@theme/styles/variables';
|
2017-06-29 16:34:59 +03:00
|
|
|
@import '~@akveo/nga-theme/styles/global/bootstrap/buttons';
|
2017-06-02 16:05:11 +03:00
|
|
|
|
2017-06-27 16:34:00 +03:00
|
|
|
@include nga-install-component() {
|
|
|
|
|
.row {
|
|
|
|
|
padding: 0 1rem;
|
|
|
|
|
}
|
2017-06-02 16:05:11 +03:00
|
|
|
|
2017-06-27 16:34:00 +03:00
|
|
|
.size-container {
|
|
|
|
|
margin-right: 1rem;
|
2017-06-02 12:43:23 +03:00
|
|
|
}
|
|
|
|
|
|
2017-06-02 16:05:11 +03:00
|
|
|
.subheader {
|
2017-06-26 15:33:19 +03:00
|
|
|
margin-bottom: 1rem;
|
2017-06-27 16:34:00 +03:00
|
|
|
color: nga-theme(color-fg-heading);
|
2017-06-02 12:43:23 +03:00
|
|
|
}
|
|
|
|
|
}
|