File size: 517 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
@import "@automattic/components/src/styles/typography";
.date-control {
display: flex;
flex-direction: row-reverse;
}
.date-control-picker {
> .components-button {
align-items: center;
background: #fff;
border: 1px solid var(--gray-gray-10, #c3c4c7);
border-radius: 4px;
color: var(--studio-black);
display: flex;
font-family: $font-sf-pro-display;
font-size: 14px;
font-style: normal;
font-weight: 500;
gap: 8px;
justify-content: flex-end;
line-height: 20px;
padding: 6px 8px;
}
}
|