mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
20 lines
303 B
SCSS
20 lines
303 B
SCSS
.debug-icons-preview {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
overflow: scroll;
|
|
|
|
.icon-item {
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 120px;
|
|
height: 120px;
|
|
margin: 10px;
|
|
align-items: center;
|
|
|
|
svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|