10 lines
142 B
SCSS
10 lines
142 B
SCSS
.btns {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
nwui-button {
|
|
margin: 2rem;
|
|
}
|
|
}
|