0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): update modal overlay paddings (#3708)

This commit is contained in:
Xiao Yijun 2023-04-18 15:48:45 +08:00 committed by GitHub
parent 2e036eae1f
commit 5ccce59c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
background: var(--color-overlay);
inset: 0;
overflow-y: auto;
padding: _.unit(12) 0;
padding: _.unit(3) 0;
z-index: 101;
}