mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 11:37:11 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
14 lines
490 B
CSS
14 lines
490 B
CSS
@reference "../../../../styles/globals.css";
|
|
|
|
.titleIcon {
|
|
background-position-x: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 28px 28px;
|
|
@apply !h-6 !w-6;
|
|
}
|
|
.layoutRightIcon {
|
|
@apply p-2 ml-2 border-[0.5px] border-components-button-secondary-border hover:border-components-button-secondary-border-hover
|
|
rounded-lg bg-components-button-secondary-bg hover:bg-components-button-secondary-bg-hover cursor-pointer
|
|
shadow-xs shadow-shadow-shadow-3 backdrop-blur-[5px];
|
|
}
|