mirror of
https://github.com/langgenius/dify.git
synced 2026-01-26 21:52:20 +08:00
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com>
20 lines
484 B
CSS
20 lines
484 B
CSS
.option {
|
|
width: 188px;
|
|
height: 128px;
|
|
@apply box-border cursor-pointer bg-auto bg-no-repeat bg-center rounded-md;
|
|
}
|
|
.active {
|
|
@apply border-[1.5px] border-[#2970FF];
|
|
}
|
|
.iframeIcon {
|
|
background-image: url(../assets/iframe-option.svg);
|
|
}
|
|
.scriptsIcon {
|
|
background-image: url(../assets/scripts-option.svg);
|
|
}
|
|
.chromePluginIcon {
|
|
background-image: url(../assets/chromeplugin-option.svg);
|
|
}
|
|
.pluginInstallIcon {
|
|
background-image: url(../assets/chromeplugin-install.svg);
|
|
} |