2025-01-22 01:40:24 -06:00
|
|
|
.authentication-provider-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
2025-01-22 20:54:51 -06:00
|
|
|
margin-bottom: 16px;
|
2025-01-22 01:40:24 -06:00
|
|
|
}
|
|
|
|
|
|
2025-01-05 23:53:26 -06:00
|
|
|
.authentication-provider-button-group {
|
2025-01-22 01:40:24 -06:00
|
|
|
display: inline-flex;
|
|
|
|
|
flex-direction: column;
|
2025-01-22 20:54:51 -06:00
|
|
|
gap: 16px;
|
2025-01-05 23:53:26 -06:00
|
|
|
|
2025-01-22 01:40:24 -06:00
|
|
|
.ant-btn {
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 100%;
|
2025-01-05 23:53:26 -06:00
|
|
|
}
|
|
|
|
|
}
|