AD
Size: a a a
AD
MT
MT
AD
AB
MT
AD
MT
AD
T
<div className="header-app">
<img className="header-app__logo" scr="" alt=""></img>
<div className="blocks">
<span className="header-app__name">Edit Variation</span>
<button className="edit-variation">Edit Variation</button>
</div>
</div>
.blocks {
display: $grid;
grid-template-columns: 1fr;
margin: 1em 0 1em 0;
.header-app__name {
align-self: start;
justify-self: start;
}
.edit-variation {
border: none;
padding: 0;
align-self: start;
justify-self: start;
}
}
D
D
D
D
D
J
D