inesa/src/components/Yidian/Button_PrimaryLargeRegular/Button_PrimaryLargeRegular....

24 lines
532 B
CSS

.root {
width: min-content;
height: min-content;
place-content: center;
align-items: center;
gap: 8px;
padding: 7px 18px;
border-radius: 4px;
background-color: #06f;
}
.text {
color: #fff;
font-size: 14px;
line-height: 22px;
font-family: OPPOSans, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
'Liberation Sans', sans-serif;
width: min-content;
height: min-content;
text-align: center;
align-items: center;
white-space: nowrap;
flex-direction: column;
}