@import "../../variables";

/*
.cxb-moduleGlyph{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 20px;

  .cxe-mark{
    margin-right: 1.5px;
    border-radius: 1.2px;
    height: 20px;
    width: 4px;
    min-width: 4px;
  }
}
*/

.cxb-moduleGlyph{
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background-color: $base-font-color-light;
  color: darken(white, 1);

  font-size: 16px;

  .cxe-mark{
    margin-right: 1.5px;
    border-radius: 1.2px;
    height: 20px;
    width: 4px;
    min-width: 4px;
  }
}

.cxs-finances-color {
  color: $finances-color;
}

.cxs-cashAccounts-color {
  color: $cashAccounts-color;
}

.cxs-invoices-color {
  color: $invoices-color;
}

.cxs-salary-color {
  color: $salary-color;
}

.cxs-fixedAssets-color {
  background-color: $fixedAssets-color;
}

.cxs-finances-backgroundColor {
  background-color: $finances-color;
}

.cxs-cashAccounts-backgroundColor {
  background-color: $cashAccounts-color;
}

.cxs-invoices-backgroundColor {
  background-color: $invoices-color;
}

.cxs-salary-backgroundColor {
  background-color: $salary-color;
}

.cxs-fixedAssets-backgroundColor {
  background-color: $fixedAssets-color;
}
