LANCommander/LANCommander.UI/Styles/_authentication-provider.scss
2025-01-22 20:54:51 -06:00

16 lines
No EOL
292 B
SCSS

.authentication-provider-container {
display: flex;
justify-content: center;
margin-bottom: 16px;
}
.authentication-provider-button-group {
display: inline-flex;
flex-direction: column;
gap: 16px;
.ant-btn {
text-align: left;
width: 100%;
}
}