31 lines
698 B
SCSS
31 lines
698 B
SCSS
//$color-primary: #2977fa;
|
|
$color-primary: #1bc213;
|
|
$color-light: #fff;
|
|
/* 头像 */
|
|
$avatar-size: 45px;
|
|
$avatar-radius: 50%;
|
|
|
|
/** 标题 */
|
|
$title-background: $color-primary;
|
|
$title-color: $color-light;
|
|
$title-height: 44px;
|
|
/* 气泡 */
|
|
$bubble-background: $color-primary;
|
|
$bubble-color: $color-light;
|
|
$bubble-radius: 12px;
|
|
|
|
$bubble-self-background: #e7ebef;
|
|
$bubble-self-color: #606d84;
|
|
|
|
/* 输入框 */
|
|
$editor-textarea-height: 40px;
|
|
$editor-textarea-radius: 5px;
|
|
|
|
$editor-submit-disable-color: #bcbcbc;
|
|
$editor-submit-disable-background: #ebebeb;
|
|
$editor-submit-radius: $editor-textarea-radius;
|
|
/*
|
|
$bubble-self-background: #e7ebef;
|
|
$bubble-self-color: #3a465d;
|
|
*/
|