♻️ Remove old color bullet component

This commit is contained in:
Eva Marco 2024-03-08 14:32:21 +01:00 committed by Alonso Torres
parent 3e9b2ec5c8
commit d488d69abc
13 changed files with 120 additions and 172 deletions

View file

@ -370,3 +370,9 @@ $thumbnail-default-height: $s-168; // Default width
}
}
}
.color-item {
display: grid;
grid-template-columns: auto 1fr;
gap: $s-8;
}