/* WIDGETS */

.widgets-title {
  background: $secondary-color;
  color: white;
  padding: 0.5rem;
}
#sidebar {
  ul {
    color: $primary-color;
    font-family: "Font Awesome 5 Free";
    list-style-type: "\f0c1";
    a {
      text-decoration: underline;
      color: $secondary-color;
      padding-left: 0.25rem;
    }
  }
}
#calendar_wrap {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  border: 2px solid #ededed;
}
/* END WIDGETS */
