mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
16 lines
321 B
SCSS
16 lines
321 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;
|
|
}
|
|
}
|
|
|
|
nb-search button:focus {
|
|
background-color: transparent !important;
|
|
border-color: transparent !important;
|
|
}
|
|
}
|