mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 00:17:40 +01:00
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;
|
||
|
|
}
|