UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

27 lines (23 loc) 566 B
.ar-card { background-color: var(--white); border: solid 1px var(--light-400); border-radius: var(--border-radius-lg); color: var(--gray-700); overflow: hidden; > .title { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 1rem; height: 3rem; border-bottom: solid 1px var(--light-400); border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; font-weight: 400; } > .content { padding: 1rem; } } @import url("./statuses.css");