overleaf/services/web/public/stylesheets/app/invite.less

24 lines
334 B
Text
Raw Normal View History

2016-07-26 06:46:41 -04:00
.project-invite-accept {
2016-08-03 09:06:08 -04:00
.page-header {
.project-name {
white-space: pre;
}
}
2016-07-26 06:46:41 -04:00
form {
padding-top: 15px;
}
margin-bottom: 30px;
}
2017-03-31 11:13:23 -04:00
.project-name-tooltip .tooltip-inner {
max-width: 80vw;
overflow: hidden;
text-overflow: ellipsis;
}
.project-invite-invalid {
.actions {
padding-top: 15px;
}
margin-bottom: 30px;
2016-07-26 06:46:41 -04:00
}