Unify invite code and contacts page link style
This commit is contained in:
parent
efa2f43f72
commit
4a7781f1e7
3 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#invite_code {
|
||||
background-color: $white;
|
||||
cursor: text;
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
}
|
||||
|
||||
& > #invite_code {
|
||||
background-color: $white;
|
||||
box-sizing: border-box;
|
||||
font-size: 11px;
|
||||
height: 30px;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%hr
|
||||
- if AppConfig.settings.community_spotlight.enable?
|
||||
.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
|
||||
.btn.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'}
|
||||
= t('invitations.new.invite_someone_to_join')
|
||||
|
|
|
|||
Loading…
Reference in a new issue