mirror of
https://github.com/penpot/penpot.git
synced 2026-05-22 00:13:41 +00:00
7 lines
106 B
SCSS
7 lines
106 B
SCSS
.libraries-page {
|
|
padding: 1rem;
|
|
background-color: $color-white;
|
|
flex: 1 0 0;
|
|
overflow-y: auto;
|
|
}
|