You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
1.0 KiB

// lighty.scss
/* Lighty theme originally created by BarbaraLassalle, 2017-05-16. */
@import "../../base_files/scss/_tiki-bootstrap_functions"; // Required Bootstrap
@import "variables"; // Theme overrides of Bootstrap defaults plus any additional variables
@import "../../base_files/scss/_tiki-variables.scss"; // Values/definitions for Tiki variables (outside of Bootstrap variables) such as _tiki-selectors.scss.
@import "../../default/scss/variables"; // Bootstrap default variables, with a few Tiki overrides
@import "../../base_files/scss/_tiki-bootstrap_layout_and_components"; // Optional Bootstrap
@import "../../base_files/scss/_tiki-selectors.scss"; // Tiki CSS selectors used globally
@import "_tiki-selectors.scss"; // Tiki CSS selectors used by the theme
@import "../../base_files/scss/_external-scripts.scss"; // Why is this imported separately?
@import "../../base_files/scss/_select2-tiki_colors.scss"; // Why isn't this imported by external scripts?
body.tiki_admin {
background-color: #FFF !important;
}