Update your profile hint text and styles
parent
870cb09f56
commit
71aeea39f8
|
@ -2,7 +2,7 @@ aside.profile-sidebar
|
||||||
div(ng-if="::vm.isCurrentUser")
|
div(ng-if="::vm.isCurrentUser")
|
||||||
h4(translate="USER.PROFILE_SIDEBAR.TITLE")
|
h4(translate="USER.PROFILE_SIDEBAR.TITLE")
|
||||||
p(translate="USER.PROFILE_SIDEBAR.DESCRIPTION")
|
p(translate="USER.PROFILE_SIDEBAR.DESCRIPTION")
|
||||||
a.trans-button(tg-nav="user-settings-user-profile")
|
a.button-gray(tg-nav="user-settings-user-profile")
|
||||||
span(translate="USER.PROFILE_SIDEBAR.ADD_INFO")
|
span(translate="USER.PROFILE_SIDEBAR.ADD_INFO")
|
||||||
|
|
||||||
div(tg-profile-hints)
|
div(tg-profile-hints)
|
|
@ -39,6 +39,12 @@
|
||||||
flex-basis: 150px;
|
flex-basis: 150px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
.button-gray {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
padding-left: 2rem;
|
||||||
|
padding-right: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.empty-tab {
|
.empty-tab {
|
||||||
padding: 5vh;
|
padding: 5vh;
|
||||||
|
|
Loading…
Reference in New Issue