mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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)
|
//- Private (with token-access available)
|
||||||
.row.public-access-level(ng-show="project.publicAccesLevel == 'private'")
|
.row.public-access-level(ng-show="project.publicAccesLevel == 'private'")
|
||||||
.col-xs-12.text-center
|
.col-xs-12.text-center
|
||||||
| #{translate('link_sharing_is_off')}.
|
| #{translate('link_sharing_is_off')}
|
||||||
|
|
|
|
||||||
a(
|
a(
|
||||||
href
|
href
|
||||||
|
|
|
@ -13,10 +13,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.public-access-level {
|
.public-access-level {
|
||||||
color: @gray;
|
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
padding-bottom: @line-height-computed/2;
|
padding-bottom: @modal-inner-padding;
|
||||||
.access-token-display-area {
|
.access-token-display-area {
|
||||||
margin-top: @line-height-computed/4;
|
margin-top: @line-height-computed/4;
|
||||||
.access-token-wrapper {
|
.access-token-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue