UNPKG

@papernote/ui

Version:

A modern React component library with a paper notebook aesthetic - minimal, professional, and expressive

11 lines (8 loc) 246 B
/* RoleManager.css - Styles for RoleManager component */ .role-manager-permission-grid { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } .role-manager-list { height: var(--role-manager-height, 400px); min-height: 200px; }