mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
19 lines
273 B
Text
19 lines
273 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;
|
|
}
|