fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "../../bibase";
|
|
|
|
|
|
|
|
.bi-message-title {
|
|
|
|
background-color: @color-bi-background-gray;
|
|
|
|
color: @color-bi-text-gray;
|
|
|
|
font-size: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-theme-dark {
|
|
|
|
.bi-message-title {
|
|
|
|
background-color: @color-bi-background-normal-theme-dark;
|
|
|
|
color: @color-bi-text-theme-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-message-text {
|
|
|
|
font-size: 16px;
|
|
|
|
.user-select(text);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-message-content {
|
|
|
|
background-color: @color-bi-background-default;
|
|
|
|
color: @color-bi-text-gray;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-theme-dark {
|
|
|
|
.bi-message-content {
|
|
|
|
background-color: @color-bi-background-default-theme-dark;
|
|
|
|
color: @color-bi-text-theme-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-message-close {
|
|
|
|
font-size: 25px;
|
|
|
|
}
|