styles sheets cleaning

This commit is contained in:
2021-11-26 16:53:19 +01:00
parent 74660448a1
commit 40ca1e276b
4 changed files with 70 additions and 87 deletions

View File

@@ -1,8 +1,5 @@
///
/// A specific list of badges used to manage suggestions (with add/remove link)
/// use bootstrap badge styles, cfr. src/Bundle/ChillMainBundle/Resources/public/module/bootstrap/_custom.scss
///
/// mixin used in this sheet
@mixin remove_link {
cursor: pointer;
&:before {
@@ -14,6 +11,12 @@
}
}
/*
* SUGGESTIONS LIST - A specific list of badges used to manage suggestions (with add/remove link)
* /!\ use bootstrap badge styles,
* cfr. src/Bundle/ChillMainBundle/Resources/public/module/bootstrap/_custom.scss
*/
ul.list-suggest {
list-style-type: none;
padding-left: 0;