@import '../../../@theme/styles/variables'; @import '~@akveo/nga-theme/styles/global/bootstrap/buttons'; @include nga-install-component() { /deep/ { $button-size: 50px; $button-border-radius: 12px; .container-title { color: nga-theme(color-fg); font-family: nga-theme(font-secondary); margin-bottom: 0.5rem; } .header { color: nga-theme(color-fg-header); font-size: 0.875rem; line-height: 1rem; } .subheader { font-size: 0.75rem; line-height: 1rem; font-weight: 300; color: nga-theme(color-fg); } .btn-demo { width: 180px; } .state-container { display: flex; &:not(:last-child) { margin-bottom: 1rem; } .state-value { width: $button-size; height: $button-size; border-radius: $button-border-radius; } .state-details { display: flex; flex-direction: column; justify-content: center; margin-left: 1rem; height: $button-size; } } .example-container { padding-right: 0; } .example-container .container-btn { margin-bottom: 1.5rem; } .block-level-buttons .btn-group { margin-bottom: 1rem; } .icon-buttons .btn-group:not(:last-child) { margin-bottom: 1rem; } .icon-buttons .icon-button-examples { display: flex; justify-content: space-between; } .icon-buttons .icon-button-examples:not(:last-child) { margin-bottom: 1rem; } } }