0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

refactor(console): remove border from all modal dialogs (#2495)

This commit is contained in:
Charles Zhao 2022-11-23 18:31:40 +08:00 committed by GitHub
parent 14b717801f
commit 400735ba2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
min-width: dim.$modal-layout-width-small;
padding: _.unit(6);
margin: 0 _.unit(6);
border: 1px solid var(--color-divider);
box-shadow: var(--shadow-3);
.header {