/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/*= link pico.min.css */
/*= link sidebar.css */
/*= link action_bar.css */
/*= link column_config.css */

/* Flash message visual differentiation */
[data-flash-type="alert"] {
  background-color: #fee;
  border-left: 4px solid #c33;
}

[data-flash-type="notice"] {
  background-color: #efe;
  border-left: 4px solid #3c3;
}

/* Compact action buttons in table action columns */
[data-col-pinned="last"] [role="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

[data-col-pinned="last"] [role="button"] svg {
  width: 14px;
  height: 14px;
}
