mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
3f1edfc1c9
Update git bridge modal for pw auth deprecation GitOrigin-RevId: 2e764922bf350ddcba29bf9f3baa220ed1f48e40
37 lines
725 B
Text
37 lines
725 B
Text
.git-bridge-copy {
|
|
background: @neutral-10;
|
|
color: @neutral-90;
|
|
padding: @padding-sm;
|
|
border-radius: @border-radius-large;
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: @padding-sm;
|
|
align-items: center;
|
|
margin: @margin-lg 0;
|
|
|
|
& code {
|
|
word-break: break-word;
|
|
}
|
|
}
|
|
|
|
.git-bridge-optional-tokens {
|
|
border: 1px solid @gray-lightest;
|
|
border-radius: @border-radius-large;
|
|
padding: @padding-md;
|
|
margin: @margin-lg 0;
|
|
}
|
|
|
|
.git-bridge-optional-tokens-header {
|
|
font-family: @font-family-sans-serif;
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
margin-bottom: @margin-sm;
|
|
}
|
|
|
|
.git-bridge-optional-tokens-actions {
|
|
margin-top: @margin-sm;
|
|
}
|
|
|
|
.git-bridge-modal-notification {
|
|
margin-bottom: @margin-sm;
|
|
}
|