mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Tweak modal drop shadow
This commit is contained in:
parent
f96a90d8c3
commit
3b1a8828bb
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ DROPDOWN
|
|||
color: var(--theme-color-components-text-on-light);
|
||||
}
|
||||
}
|
||||
.ant-modal-content {
|
||||
box-shadow: 3px 15px 15px -3px rgba(0, 0, 0, 0.15), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.ant-input-affix-wrapper {
|
||||
padding: 4px 5px;
|
||||
|
|
Loading…
Reference in a new issue