.weather-location {
  input {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .5);

    &:focus {
      border: 1px solid rgba(255, 255, 255, .7);
    }
  }
}

.weather-day {
  height: 150px;
  border-left: 1px solid rgba(0, 0, 0, .05);

  &.is-today {
    border-left: none;
  }
}

.card-footer {
  padding: 0;
}
