mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-05 14:50:42 +08:00
13 lines
221 B
CSS
13 lines
221 B
CSS
.modal {
|
|
padding: 24px 32px !important;
|
|
width: 400px !important;
|
|
}
|
|
|
|
.emailsInput {
|
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
|
|
}
|
|
|
|
.emailBackground {
|
|
background-color: white !important;
|
|
}
|