mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
9 lines
195 B
CSS
9 lines
195 B
CSS
.mask {
|
|
background-color: rgba(239, 244, 255, 0.9);
|
|
backdrop-filter: blur(2px);
|
|
}
|
|
|
|
.icon {
|
|
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
|
}
|