mirror of
https://github.com/langgenius/dify.git
synced 2025-08-06 16:28:27 +00:00
29 lines
457 B
CSS
29 lines
457 B
CSS
![]() |
.boxShodow {
|
||
|
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
|
||
|
}
|
||
|
|
||
|
.bgGrayColor {
|
||
|
background-color: #F9FAFB;
|
||
|
}
|
||
|
|
||
|
.headerBg {
|
||
|
height: 3.5rem;
|
||
|
padding-left: 1.5rem;
|
||
|
padding-right: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.formLabel {
|
||
|
width: 120px;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|
||
|
.customBtn {
|
||
|
width: 136px;
|
||
|
}
|
||
|
|
||
|
.logo {
|
||
|
width: 48px;
|
||
|
height: 20px;
|
||
|
background: url(./icons/logo.png) center center no-repeat;
|
||
|
background-size: contain;
|
||
|
}
|