mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
16 lines
338 B
SCSS
16 lines
338 B
SCSS
/*
|
|
* These custom styles will override bootstrap enabled stylesheets
|
|
* in mod_bootstrap entrypoint
|
|
*/
|
|
|
|
|
|
/// A specific list of badges, use bootstrap badge styles
|
|
/// cfr. src/Bundle/ChillMainBundle/Resources/public/chill/scss/badge.scss
|
|
ul.list-suggest {
|
|
li > span {
|
|
@extend .badge;
|
|
@extend .bg-primary;
|
|
}
|
|
}
|
|
|