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