mirror of
https://github.com/penpot/penpot.git
synced 2026-06-16 12:22:22 +00:00
12 lines
252 B
CSS
12 lines
252 B
CSS
.icon {
|
|
display: flex;
|
|
align-items: center;
|
|
block-size: var(--spacing-16);
|
|
cursor: default;
|
|
font-family: var(--font-size-m);
|
|
font-size: var(--font-size-m);
|
|
inline-size: var(--spacing-16);
|
|
justify-content: center;
|
|
user-select: none;
|
|
}
|