/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17-feb-2020, 11.06.35
    Author     : maurizio
*/
.text-disabled {
  color: #eee;
}

.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-circle.btn-sm {
  height: 1.8rem;
  width: 1.8rem;
  font-size: 0.75rem;
}
.btn-circle.btn-lg {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.35rem;
}

/*# sourceMappingURL=home.css.map */
