Neo theme by Edifice


Keywords
Bootstrap, Framework CSS, NEO, ODE, Theme
License
AGPL-3.0
Install
npm install ode-bootstrap-neo@1.4.3-develop-enabling.202507101521

Documentation

À propos d'ode-bootstrap-neo

  • Licence : AGPL v3 - Copyright Edifice
  • Financeur(s) : Edifice
  • Développeur(s) : Edifice
  • Description : personnalisation d'ode-bootstrap pour les thèmes NEO et Open ENT NG.

ODE Bootsrap NEO

ODE Bootstrap NEO is a theme based on ODE bootstrap framework. This theme is customisable through variables, so it is possible to create a new theme based on this one.

Install

Install it by cloning the repository:

git clone https://github.com/opendigitaleducation/ode-bootstrap-neo.git
./build.sh clean initDev

initDev command will create a symlink with ode-bootstrap

Dev

Working with recette, you can watch the SCSS files to copy them directly in the right folder.

yarn watch

Working on ode-react-ui library, you can watch the SCSS files to copy them inside Storybook folder.

yarn watch:react

Components

To override styles we use SCSS and CSS Variables.

// ode-bootstrap-neo > _treeview.scss

$selected-background-color: $blue-100;

.treeview {
  --#{$prefix}selected-background-color: #{$selected-background-color};
}