/*=========================================================================
 Shared  - Sass Variables
========================================================================== */
/* Palette */
/* Black & Whites */
/* Reds */
/* Oranges */
/* Yellows */
/* Greens */
/* Blues */
/* ## General ##*/
/* ## Telephony ## */
/* ## Job ## */
/* ## Incident ## */
/* ## Health and Safety ## */
/* ## Admin ## */
/* ## Site ## */
/* ## Resource ## */
/* ## Ppm ## */
/* ## Asset ## */
/* ## Caller ## */
/* ## General Theme ## */
/* ## Buttons ## */
/* ## Alerts ## */
/* ## Tables ## */
/* Themeing */
/* Panel Themeing */
/* Control Themeing */
/* Validation Themeing */
/* Body Theming */
/* Side bar */
/* Incident logging */
/* Pfs colours */
/* Admin */
/* Linked Incidents */
/* Tables */
.releasenotes {
  background-color: white;
}
.releasenotes__header {
  margin-top: 15px;
  padding: 5px 5%;
  background-color: white;
  color: black;
}
.releasenotes__body {
  margin-top: 15px;
  padding: 15px 5%;
  background-color: white;
  color: black;
}

.nav__versionNo .icons__info-circle {
  font-size: 1.7rem;
  color: #00a2ce;
}
