mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
26 lines
445 B
SCSS
26 lines
445 B
SCSS
div.chill-collection {
|
|
padding: 1em;
|
|
|
|
ul.list-entry {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin-bottom: 1.5rem;
|
|
|
|
li.entry {
|
|
padding: 1em;
|
|
border: 1px solid var(--bs-chill-light-gray);
|
|
|
|
&:nth-child(even) {
|
|
background-color: var(--bs-chill-light-gray);
|
|
}
|
|
}
|
|
|
|
button.remove-entry {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|
|
|
|
button.add-entry {
|
|
}
|
|
}
|