forked from fanruan/fineui
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.
37 lines
685 B
37 lines
685 B
@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; |
|
} |