Untitled

 avatar
unknown
plain_text
3 years ago
380 B
4
Indexable
/* Button */


/* Auto layout */

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 18px 12px 14px;

position: static;
width: 168px;
height: 48px;
left: 348px;
top: 0px;

/* Neutral / 100 */

background: #E7E7E7;
border-radius: 4px;

/* Inside auto layout */

flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
margin: 0px 16px;
Editor is loading...