mirror of
https://github.com/penpot/penpot.git
synced 2026-08-24 21:59:02 +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;
|
|
}
|