weather.css 362 B

1234567891011121314
  1. .weather-location input {
  2. background-color: rgba(0, 0, 0, 0.5);
  3. border: 1px solid rgba(255, 255, 255, 0.5); }
  4. .weather-location input:focus {
  5. border: 1px solid rgba(255, 255, 255, 0.7); }
  6. .weather-day {
  7. height: 150px;
  8. border-left: 1px solid rgba(0, 0, 0, 0.05); }
  9. .weather-day.is-today {
  10. border-left: none; }
  11. .card-footer {
  12. padding: 0; }