/*
 * 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.
 */

/*= require components */

/* Fix for button padding and spacing */
.btn {
  padding: 0.625rem 1rem !important;
  height: 2.5rem !important;
}

.btn-sm {
  padding: 0.5rem 0.75rem !important;
  height: 2.25rem !important;
}

.btn-lg {
  padding: 0.75rem 2rem !important;
  height: 2.75rem !important;
}
