Skip to content
Snippets Groups Projects
Select Git revision
  • 13e3a3d78a3b471a5e26dfc2d023815b079c97d4
  • main default protected
  • history
3 results

AdminOrderBox.module.css

Blame
  • Forked from ajou-pay / client-user
    18 commits behind the upstream repository.
    AdminOrderBox.module.css 136 B
    .container {
        width: 100%;
        min-height: 48px;
        padding: 16px;
    
        border: 1px solid var(--gray-2);
        border-radius: 16px;
    }