mirror of
https://github.com/penpot/penpot.git
synced 2026-05-23 17:03:41 +00:00
10 lines
125 B
SCSS
10 lines
125 B
SCSS
@import "refactor/common-refactor.scss";
|
|
|
|
:global(:root) {
|
|
--s-4: 0.25rem;
|
|
}
|
|
|
|
.modal-wrapper {
|
|
@extend .new-scrollbar;
|
|
}
|