12 lines
144 B
CSS
12 lines
144 B
CSS
|
.root {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.button {
|
||
|
padding: .25em 1em;
|
||
|
height: auto;
|
||
|
}
|