@import '../../../@theme/styles/themes'; @include nb-install-component() { background-color: nb-theme(background-basic-color-1); display: flex; flex-direction: column; justify-content: center; padding: 1rem 2rem; width: 100%; height: 100%; box-sizing: border-box; .header, .header2 { font-weight: bold; font-size: 1.25rem; margin-bottom: 1rem; } .subheader { font-size: 1rem; line-height: 1.5rem; margin-bottom: 5rem; } .features-list { list-style-type: none; padding-left: 0; } a { width: fit-content; margin-top: 2rem; } }