Fix auth provider button spacing
This commit is contained in:
parent
14ba77693a
commit
39f039f2c6
2 changed files with 19 additions and 1 deletions
17
LANCommander.Server/Styles/_authentication.scss
Normal file
17
LANCommander.Server/Styles/_authentication.scss
Normal 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%;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
@use '_logo';
|
||||
@use '_sidebar';
|
||||
@use '_layout';
|
||||
@use '_layout';
|
||||
@use '_authentication';
|
||||
Loading…
Add table
Add a link
Reference in a new issue