Merge pull request #5799 from svbergerem/invitation-input
Unify invite code and contacts page link style
This commit is contained in:
commit
496a16d14d
3 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#invite_code {
|
#invite_code {
|
||||||
|
background-color: $white;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& > #invite_code {
|
& > #invite_code {
|
||||||
background-color: $white;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
%hr
|
%hr
|
||||||
- if AppConfig.settings.community_spotlight.enable?
|
- if AppConfig.settings.community_spotlight.enable?
|
||||||
.text-center.spotlight
|
.text-center.spotlight
|
||||||
= link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "element_selector"
|
= link_to t('contacts.spotlight.community_spotlight'), community_spotlight_path, :class => "btn btn-link"
|
||||||
.text-center
|
.text-center
|
||||||
.btn.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'}
|
.btn.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'}
|
||||||
= t('invitations.new.invite_someone_to_join')
|
= t('invitations.new.invite_someone_to_join')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue