mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
94be372b24
* Add helpers for checking and removing user readwrite token membership * Add sharing-updates page and handlers * Redirect read write token members to sharing-updates on project load GitOrigin-RevId: d552a2cd74a9843c6103923b03f137131a48877a
43 lines
772 B
Text
43 lines
772 B
Text
.project-invite-accept {
|
|
form {
|
|
padding-top: 15px;
|
|
}
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.project-name-tooltip .tooltip-inner {
|
|
max-width: 80vw;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.project-invite-invalid {
|
|
.actions {
|
|
padding-top: 15px;
|
|
}
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.link-sharing-invite {
|
|
font-family: 'Noto Sans', sans-serif;
|
|
}
|
|
|
|
.link-sharing-invite-header {
|
|
// heading-lg
|
|
font-size: var(--font-size-07);
|
|
line-height: var(--line-height-06);
|
|
}
|
|
|
|
.sharing-updates {
|
|
font-family: 'Noto Sans', sans-serif;
|
|
h1 {
|
|
font-family: 'Noto Sans', sans-serif;
|
|
// heading-sm
|
|
font-size: var(--font-size-05);
|
|
line-height: var(--line-height-04);
|
|
}
|
|
small {
|
|
font-size: var(--font-size-02);
|
|
line-height: var(--line-height-02);
|
|
}
|
|
}
|