mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21915 from overleaf/as-checkout-address-fields
Add checkout redesign address fields GitOrigin-RevId: c51c8ce32e0b33da8c768f61c6ce6170afec817e
This commit is contained in:
parent
931384c91d
commit
8a8142414a
1 changed files with 14 additions and 0 deletions
|
@ -302,3 +302,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.address2-button {
|
||||
text-decoration: none;
|
||||
padding: 0;
|
||||
|
||||
:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.button-content {
|
||||
justify-content: flex-start;
|
||||
color: var(--link-web);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue