commit
4047a7ec23
378 changed files with 29334 additions and 0 deletions
20
components/layout/ButtonLayout.module.css
Normal file
20
components/layout/ButtonLayout.module.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.buttons button + * {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue