Make link sharing more prominant

This commit is contained in:
James Allen 2018-02-06 10:06:32 +00:00
parent 37115b8408
commit 4f89506afc
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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 {