@import '../../../@theme/styles/variables'; @include nga-install-component() { nga-card-body { overflow: visible; } .input-group { margin-bottom: 1rem; } .validation-checkboxes { display: flex; justify-content: space-between; .custom-control { margin-left: 1rem; } } .demo-checkboxes { display: flex; flex-direction: column; } .demo-radio { display: flex; flex-direction: column; } .demo-disabled-checkbox-radio { display: flex; flex-direction: column; } .demo-checkboxes-radio { display: flex; justify-content: space-between; } .demo-rating { display: flex; justify-content: space-between; } .star { font-size: 1.5rem; color: nga-theme(color-fg); } .filled { color: nga-theme(color-fg); } // TODO: Replace with the card header styles mixin .rating-header { line-height: 2rem; font-size: 1.25rem; font-family: nga-theme(font-secondary); font-weight: nga-theme(font-weight-bolder); color: nga-theme(color-fg-heading); } .current-rate { font-size: 1.5rem; padding-left: 1rem; color: nga-theme(color-fg-heading); } .full-name-inputs { display: flex; .input-group:not(:last-child) { margin-right: 1rem; } } .input-group.has-person-icon { position: relative; .form-control { padding-left: 3rem; } &::before { content: '\F47D'; font-family: 'Ionicons'; font-size: 2rem; position: absolute; z-index: 100; left: 1rem; top: 0.25rem; } } .dropdown { width: 25%; } }