Files
old-kivi-za-auta-react/kivi-cars/src/components/ButtonsToolbar/ButtonsToolbar.css

23 lines
292 B
CSS
Raw Normal View History

2022-03-14 10:21:18 +01:00
.buttons-toolbar {
display: flex;
justify-content: space-between;
}
.left-group {
2022-03-14 10:53:36 +01:00
padding-left: 10px;
2022-03-14 10:21:18 +01:00
display: flex;
flex: 1;
justify-content: flex-start;
}
.right-group {
2022-03-14 10:53:36 +01:00
padding-right: 10px;
2022-03-14 10:21:18 +01:00
display: flex;
flex: 1;
justify-content: flex-end;
}