[bugfix] SubmitBar: tip color

This commit is contained in:
陈嘉涵 2018-10-11 20:55:49 +08:00
parent 43bf3a014a
commit 273335fb26

View File

@ -10,10 +10,10 @@
&__tip { &__tip {
padding: 10px; padding: 10px;
background-color: #fff7cc; color: #f56723;
color: @orange;
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
background-color: #fff7cc;
} }
&__bar { &__bar {