oak-general-business/lib/components/func/actionPanel/web.module.less

15 lines
240 B
Plaintext

.action {
display: flex;
flex-direction: column;
align-items: center;
padding: 10px;
}
.container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
padding: 10;
}