ngx-admin/src/app/@theme/styles/styles.scss

43 lines
933 B
SCSS
Raw Normal View History

2019-06-24 13:57:53 +03:00
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
2019-06-20 13:53:03 +03:00
// themes - our custom or/and out of the box themes
2017-08-03 13:53:18 +03:00
@import 'themes';
// framework component themes (styles tied to theme variables)
@import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';
@import '~@nebular/bootstrap/styles/globals';
// loading progress bar theme
@import './pace.theme';
// install the framework and custom global styles
@include nb-install() {
2017-08-03 13:53:18 +03:00
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
@include nb-bootstrap-global();
// loading progress bar
@include ngx-pace-theme();
};
// overrides bootstrap svg style
nb-icon svg {
vertical-align: top;
}
2019-06-20 15:04:17 +03:00
nb-auth-block .links nb-icon {
font-size: 2.5rem;
}
2019-06-21 23:23:33 +03:00
nb-select.size-medium button {
padding: 0.4375rem 2.2rem 0.4375rem 1.125rem !important;
nb-icon {
right: 0.41rem !important;
}
}