feat(webapp): add all countries to the setup organization page

This commit is contained in:
a.bouhuolia
2023-04-05 01:30:36 +02:00
parent a5c190e094
commit da20b7c837
7 changed files with 2304 additions and 30 deletions

View File

@@ -63,7 +63,14 @@ export const AuthFooterLink = styled.p`
`;
export const AuthSubmitButton = styled(Button)`
background-color: #0052cc;
min-height: 45px;
margin-top: 20px;
&.bp3-intent-primary {
background-color: #0052cc;
&:disabled,
&.bp3-disabled {
background-color: rgba(0, 82, 204, 0.4);
}
}
`;