mirror of
https://github.com/penpot/penpot.git
synced 2026-05-25 09:53:44 +00:00
11 lines
175 B
SCSS
11 lines
175 B
SCSS
@import "refactor/common-refactor.scss";
|
|
|
|
:global(:root) {
|
|
--s-4: 0.25rem;
|
|
--layer-indentation-size: calc(var(--s-4) * 5);
|
|
}
|
|
|
|
.modal-wrapper {
|
|
@extend .new-scrollbar;
|
|
}
|