22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
@import "../espo/bootstrap/bootstrap.less";
|
|
|
|
@import "bootstrap-rtl/bootstrap-rtl.less";
|
|
|
|
@import "../espo/variables.less";
|
|
@import "variables.less";
|
|
|
|
@import "../espo/mixins.less";
|
|
@import "../espo/misc.less";
|
|
@import "../espo/layout.less";
|
|
@import "../espo/custom.less";
|
|
|
|
@import "custom.less";
|
|
|
|
@import "../espo/mixins/side-modal.less";
|
|
|
|
@import "bootstrap-rtl/utilities-rtl.less";
|
|
|
|
body {
|
|
--theme-name: EspoRtl;
|
|
}
|