/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* This file is copied to all Products.
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
.build-package-list tr.inactive span {
  text-decoration: line-through;
}
.build-package-list tr td:first-child {
  padding-left: 0;
}
.build-package-list tr td:nth-child(2) {
  width: 40px;
  text-align: right;
  white-space: nowrap;
}
.build-package-list .hash {
  font-family: Consolas, monospace;
  font-size: 10px;
  margin-left: 5px;
}
.artifact-container h3 {
  font-size: 16px;
  margin: 3px 0;
}
.artifact-container ul {
  padding: 0;
  margin: 0;
}
.artifact-container tr td:first-child {
  width: 20px;
}
.artifact-container tr td:nth-child(2) {
  width: 48%;
}
.artifact-container tr td .size {
  color: #666d76;
  font-size: 12px;
}
.artifact-container tr.not-on-disk .diamond {
  background-color: #8da0b1;
}
.artifact-container .diamond {
  width: 10px;
  height: 10px;
  background: #FA7646;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  margin: 5px;
}
