mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 03:09:24 +01:00
* Add global styling docs * Add global styling and filled icon docs * Fix typos global-styling.md * Update filled-icons.md
15 lines
214 B
CSS
15 lines
214 B
CSS
.lucide {
|
|
/* Change this! */
|
|
color: #ffadff;
|
|
width: 56px;
|
|
height: 56px;
|
|
stroke-width: 1px;
|
|
}
|
|
|
|
.app {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-template-rows: 1fr 1fr 1fr
|
|
gap: 6px;
|
|
}
|