UNPKG

@metaspacecy/information-sdk

Version:
35 lines (33 loc) 473 B
@tailwind base; @tailwind components; @tailwind utilities; .container { max-width: 100% !important; width: 100%; height: 100%; padding: 0 10%; } .title { font-size: 24; text-align: center; } .input { display: flex; } .input-label { width: 200px; } .input-field { width: 100%; position: relative; } .input-tag{ position: absolute; right: -100px; z-index: 9999; } .navigator { display: flex; justify-content: space-between; margin: 10px 0; }