Fix auth provider button spacing

This commit is contained in:
Pat Hartl 2025-01-06 19:04:05 -06:00
parent 14ba77693a
commit 39f039f2c6
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,17 @@
.authentication-provider-button-group {
display: inline-flex;
flex-direction: column;
.authentication-provider-button {
margin-bottom: 16px;
&:last-child {
margin-bottom: 0;
}
}
.ant-btn {
text-align: left;
width: 100%;
}
}

View file

@ -1,3 +1,4 @@
@use '_logo';
@use '_sidebar';
@use '_layout';
@use '_layout';
@use '_authentication';