mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-11 03:58:50 +01:00
12 lines
199 B
SCSS
12 lines
199 B
SCSS
|
|
@import './themes';
|
||
|
|
|
||
|
|
@mixin nb-overrides() {
|
||
|
|
nb-select.size-medium button {
|
||
|
|
padding: 0.4375rem 2.2rem 0.4375rem 1.125rem !important;
|
||
|
|
|
||
|
|
nb-icon {
|
||
|
|
right: 0.41rem !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|