21 lines
384 B
Plaintext
21 lines
384 B
Plaintext
.wrapper {
|
|
position: relative;
|
|
padding: 14px;
|
|
padding-top: 34px;
|
|
border: 1px solid var(--ant-color-border);
|
|
border-radius: var(--border-radius-base);
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
|
|
:global {
|
|
.label {
|
|
position: absolute;
|
|
left: 16px;
|
|
line-height: 1;
|
|
top: 12px;
|
|
color: var(--ant-color-text-tertiary);
|
|
}
|
|
}
|
|
}
|