Здравствуйте, мне нужна кнопка с 3 выравниваниями
, один значок слева, кнопка посередине и кнопка в конце div
<Content>
<Image src = { logo } style = {{width:'50px'}}/>
<Button />
<Button />
</Content>
css:
export const wrapStyle = css`
min-height: 55px;
max-height: 55px;
width:100%;
background: yellow;
padding: 0 !important; `;
export const contentLogo = css`
width:240px;
height:100%;
background-color: rgba(31,30,30,.12)!important;
line-height: 52px;
padding-left: 20px;
padding-right: 20px;
display: flex;
align-items: center;
position: relative;
transition: all .3s; `;
вот так:
![enter image description here](https://i.stack.imgur.com/8S9EP.png)
Полагаю, что лучший способ был бы с гибким концом начала и т. Д. c
Я пытался, но не смог