ar-design
Version:
AR Design is a (react | nextjs) ui library.
15 lines (14 loc) • 351 B
CSS
.ar-date-calendar > .clock {
position: absolute;
top: -1px;
right: -8rem;
display: flex;
flex-direction: column;
background-color: var(--white);
width: 7.5rem;
border: solid 1px var(--gray-200);
border-radius: var(--border-radius-sm);
box-shadow: 0 0 10px -5px rgba(var(--black-rgb), 0.25);
z-index: 1051;
user-select: none;
}