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

body > .container {
  padding: 6rem 1rem;
}

.badge-dimage {
  color: #ffffff;
  background-color: #22aac4;
}

.badge-dtag {
  color: #ffffff;
  background-color: #1bad73;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.border-docker {
  border-color: #0db7ed !important;
}

.copy-to-clipboard-icon {
  position: relative;
  z-index: 1029;
  margin-left: 1.25rem;

  a {
    position: absolute;
    display: inline-block;
    margin-top: .75rem
  }
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
