/* Generated BehindApp app authenticated workspace list tools CSS contract bundle from static/css/behindapp-app-authenticated-workspace-list-tools.source.css. Keep source edits there, then run scripts/sync_behindapp_css_contracts.py --write. */

/* BehindApp authenticated workspace list tool button base contract */
.bhrc-workspace-list-tool {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-height: 28px !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
/* /BehindApp authenticated workspace list tool button base contract */

/* BehindApp authenticated workspace list tool placement group contract */
.bhrc-workspace-list-tool-select {
  grid-column: 3;
}

.bhrc-workspace-list-tool-skip {
  grid-column: 4;
}

.bhrc-workspace-list-tool-filter {
  grid-column: 5;
}

.bhrc-workspace-list-tool-sort {
  grid-column: 6;
}
/* /BehindApp authenticated workspace list tool placement group contract */

/* BehindApp authenticated workspace list tool sort transparent state contract */
.bhrc-workspace-list-tool-sort {
  background: transparent;
}
/* /BehindApp authenticated workspace list tool sort transparent state contract */

/* BehindApp authenticated workspace list tool selection-mode placement group contract */
.bhrc-workspace-list-pane.is-selection-mode .bhrc-workspace-list-tool-select {
  grid-column: 4;
}

.bhrc-workspace-list-pane.is-selection-mode .bhrc-workspace-list-tool-skip {
  grid-column: 5;
}

.bhrc-workspace-list-pane.is-selection-mode .bhrc-workspace-list-tool-filter {
  grid-column: 6;
}

.bhrc-workspace-list-pane.is-selection-mode .bhrc-workspace-list-tool-sort {
  grid-column: 7;
}
/* /BehindApp authenticated workspace list tool selection-mode placement group contract */

/* BehindApp authenticated workspace list tool icon span sizing contract */
.bhrc-workspace-list-tool > span {
  width: 18px;
  height: 18px;
}
/* /BehindApp authenticated workspace list tool icon span sizing contract */
