mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
list-suggest: add classes to change list disposition
This commit is contained in:
@@ -25,6 +25,15 @@ ul.list-suggest {
|
||||
text-align: start;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
&.cols {
|
||||
columns: 3;
|
||||
}
|
||||
&.inline {
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
&.add-items {
|
||||
li {
|
||||
cursor: pointer;
|
||||
|
Reference in New Issue
Block a user