coze-studio/frontend/packages/common/biz-components/src/banner/index.module.less

26 lines
362 B
Plaintext

.banner-preview {
@apply w-full;
.label {
@apply coz-fg-white-dim text-xxl font-medium;
line-height: 22px;
}
.icon {
& path {
@apply coz-fg-hglt-plus-dim;
}
}
a {
@apply coz-fg-white-dim text-xxl font-medium underline;
line-height: 22px;
&:visited,&:active,&:focus {
@apply coz-fg-white-dim;
}
}
}