Add translation keys

This commit is contained in:
yflory
2019-07-16 17:29:55 +02:00
parent 65d76a9241
commit 9b45f0dd79
4 changed files with 60 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
@import (reference) "./colortheme-all.less";
@import (reference) "./avatar.less";
.notifications_main() {
--LessLoader_require: LessLoader_currentFile();
@@ -53,6 +54,19 @@
}
}
}
.cp-notifications-requestedit-verified {
display: flex;
align-items: center;
&> span.cp-avatar {
.avatar_main(50px);
}
&> span {
margin-right: 10px;
}
&> p {
margin: 0;
}
}
}