#custom-admin-bar {
  position: absolute;
  top: 0;
  background: #2c3338;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
#custom-admin-bar a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0 15px;
  transition: 400ms;
}
#custom-admin-bar a i {
  color: rgba(240, 246, 252, 0.6);
  transition: 400ms;
}
#custom-admin-bar a:hover {
  color: #72aee6;
}
#custom-admin-bar a:hover i {
  color: #72aee6;
}/*# sourceMappingURL=style.css.map */