mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
34627b98a2
[web] add admin-only page for looking up projects by common URL patterns GitOrigin-RevId: 988b64f3b5888f2154be0592abf3e31f5fbedc37
16 lines
346 B
Text
16 lines
346 B
Text
.project-url-lookup-results {
|
|
margin-top: @line-height-computed;
|
|
}
|
|
|
|
.project-url-lookup-link-box {
|
|
background-color: @gray-lightest;
|
|
border: 1px solid @gray-lighter;
|
|
padding: 6px 12px 6px 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.project-url-lookup-hint {
|
|
padding: @line-height-computed / 4;
|
|
}
|