38 lines
588 B
SCSS
38 lines
588 B
SCSS
@charset "utf-8";
|
|
|
|
@import "Bootstrap/functions";
|
|
|
|
@import "Theme/variables";
|
|
|
|
@import "Bootstrap/variables";
|
|
@import "Bootstrap/mixins";
|
|
@import "Bootstrap/reboot";
|
|
@import "Bootstrap/type";
|
|
|
|
// ***************************************
|
|
// rte styles
|
|
// ***************************************
|
|
|
|
body.cke_editable.cke_contents_ltr {
|
|
margin : auto;
|
|
padding : rem-calc(10 20);
|
|
color : $body-color;
|
|
font-family : $font-family-base;
|
|
}
|
|
|
|
p {
|
|
color : $body-color;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5 {
|
|
color : $headings-color;
|
|
}
|
|
|
|
.text-highlight {
|
|
color : $primary;
|
|
}
|