parent
0b58fee424
commit
66976baefa
|
@ -94,8 +94,6 @@ createWidget("header-notifications", {
|
|||
{},
|
||||
h("h1.ring-first-notification", {}, [
|
||||
h("span", {}, I18n.t("user.first_notification")),
|
||||
h("br"),
|
||||
h("br"),
|
||||
h("span", {}, [
|
||||
I18n.t("user.skip_new_user_tips.not_first_time"),
|
||||
" ",
|
||||
|
|
|
@ -444,6 +444,11 @@ table {
|
|||
width: 230px;
|
||||
line-height: $line-height-medium;
|
||||
|
||||
> span:first-child {
|
||||
display: inline-block;
|
||||
margin-bottom: 36px;
|
||||
}
|
||||
|
||||
.skip-new-user-tips {
|
||||
font-size: $font-down-1;
|
||||
color: var(--secondary);
|
||||
|
|
Loading…
Reference in New Issue