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