mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 09:54:11 +01:00
12 lines
262 B
SCSS
12 lines
262 B
SCSS
@import '~@nga/theme/styles/component';
|
|
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
|
|
|
|
@include nga-install-component() {
|
|
nga-card-header {
|
|
|
|
}
|
|
|
|
nga-card.contacts nga-tabset /deep/ ul {
|
|
border-bottom: 1px solid nga-theme(separator);
|
|
}
|
|
}
|