github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/components/Settings/Users/Users.module.css (about) 1 .searchContainer { 2 display: flex; 3 flex-direction: column; 4 } 5 6 .searchContainer button { 7 padding: 5px 20px; 8 } 9 10 .usersTable { 11 margin: 20px 0; 12 width: 100%; 13 } 14 15 /* todo: make sure this style works (it doesn't) */ 16 .usersTableEmptyMessage { 17 text-align: center; 18 color: var(--ps-ui-foreground-text); 19 } 20 21 .actionContainer { 22 margin: 10px 0px; 23 }