mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Style the notice
This commit is contained in:
parent
46eadfada4
commit
57ac858004
2 changed files with 8 additions and 1 deletions
|
@ -177,7 +177,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
||||||
|
|
||||||
p.small(ng-show="startedFreeTrial")
|
p.small(ng-show="startedFreeTrial")
|
||||||
| #{translate("refresh_page_after_starting_free_trial")}
|
| #{translate("refresh_page_after_starting_free_trial")}
|
||||||
.row.public-access-level(ng-show="!isAdmin")
|
.row.public-access-level.public-access-level--notice(ng-show="!isAdmin")
|
||||||
.col-xs-12.text-center To add more collaborators, please ask the project owner
|
.col-xs-12.text-center To add more collaborators, please ask the project owner
|
||||||
.modal-footer.modal-footer-share
|
.modal-footer.modal-footer-share
|
||||||
.modal-footer-left
|
.modal-footer-left
|
||||||
|
|
|
@ -30,6 +30,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.public-access-level.public-access-level--notice {
|
||||||
|
background-color: @gray-lightest;
|
||||||
|
border-bottom: none;
|
||||||
|
margin-top: @margin-md;
|
||||||
|
padding-top: @margin-md;
|
||||||
|
}
|
||||||
|
|
||||||
.project-member, .project-invite {
|
.project-member, .project-invite {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: @gray-lightest;
|
background-color: @gray-lightest;
|
||||||
|
|
Loading…
Reference in a new issue