Replies: 1 comment 1 reply
-
Hey @wottpal, you can use the // 2px inside border
--ck-modal-box-shadow: inset 0 0 0 2px #000000;
// 2px outside border
--ck-modal-box-shadow: 0 0 0 2px #000000;
// 2px inside border with a drop shadow
--ck-modal-box-shadow: inset 0 0 0 2px #000000, 0 2px 4px rgba(0, 0, 0, 0.02);
You can see an example of this in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our design/brand language we use borders around dialogs, would be great to also being able to modify the ConnectKit dialog in that way. Currently, there doesn't seem to be a border variable available, correct? 🤔
Beta Was this translation helpful? Give feedback.
All reactions