Merge pull request #21915 from overleaf/as-checkout-address-fields

Add checkout redesign address fields

GitOrigin-RevId: c51c8ce32e0b33da8c768f61c6ce6170afec817e
This commit is contained in:
M Fahru 2024-11-18 14:02:20 -07:00 committed by Copybot
parent 931384c91d
commit 8a8142414a

View file

@ -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);
}
}