11 lines
161 B
CSS
11 lines
161 B
CSS
.providerButton {
|
|
width: 100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
.login {
|
|
max-width: 300px;
|
|
width: 100%;
|
|
} |