You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/app/components/base/chat/embedded-chatbot/header/style.scss

17 lines
341 B
SCSS

.embedded-header-wrapper{
position: relative;
top: 0;
right: 0;
&:before {
content: "";
border-style: solid;
border-width: 5px 0px 0px;
border-image: linear-gradient(270deg, rgb(235, 134, 152) 0%, rgb(19, 102, 236) 100%) 1 / 1 / 0 stretch;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
}