mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make link sharing more prominant
This commit is contained in:
parent
37115b8408
commit
4f89506afc
2 changed files with 3 additions and 4 deletions
|
@ -12,7 +12,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
|||
//- Private (with token-access available)
|
||||
.row.public-access-level(ng-show="project.publicAccesLevel == 'private'")
|
||||
.col-xs-12.text-center
|
||||
| #{translate('link_sharing_is_off')}.
|
||||
| #{translate('link_sharing_is_off')}
|
||||
|
|
||||
a(
|
||||
href
|
||||
|
|
|
@ -13,10 +13,9 @@
|
|||
}
|
||||
|
||||
.public-access-level {
|
||||
color: @gray;
|
||||
padding-top: 0;
|
||||
font-size: 12px;
|
||||
padding-bottom: @line-height-computed/2;
|
||||
font-size: 13px;
|
||||
padding-bottom: @modal-inner-padding;
|
||||
.access-token-display-area {
|
||||
margin-top: @line-height-computed/4;
|
||||
.access-token-wrapper {
|
||||
|
|
Loading…
Reference in a new issue