feat: add rtl fixes and bootstrap pattern

pull/4133/head
Arman Ozak 5 years ago
parent cb2533f429
commit bf90091a7e

@ -13,6 +13,15 @@ export default `
text-align: right;
}
[dir=rtl] .data-tables-filter {
text-align: left;
}
[dir=rtl] .dropdown-menu-right {
left: 0;
right: auto;
}
.pointer {
cursor: pointer;
}
@ -155,3 +164,5 @@ export default `
/* </animations */
`;
export const BOOTSTRAP = 'bootstrap-{{dir}}.min.css';

@ -5,6 +5,7 @@
export * from './lib/theme-shared.module';
export * from './lib/animations';
export * from './lib/components';
export { BOOTSTRAP } from './lib/constants/styles';
export * from './lib/directives';
export * from './lib/handlers';
export * from './lib/models';

Loading…
Cancel
Save