mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Make link sharing more prominant
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user