Release 2.9.0
This commit is contained in:
@@ -3279,4 +3279,55 @@ table.table thead th.sort-desc .table-sort-indicator {
|
||||
.card-body.table-responsive > table.table > thead th {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
.weather-preview-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.weather-preview-card-body {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.weather-preview-card-footer {
|
||||
min-height: 3.5rem;
|
||||
}
|
||||
|
||||
.weather-preview-icon {
|
||||
font-size: 4rem;
|
||||
color: #e0a11a;
|
||||
}
|
||||
|
||||
.weather-preview-forecast-icon {
|
||||
display: block;
|
||||
font-size: 2rem;
|
||||
color: #e0a11a;
|
||||
margin: 1rem 0 0.65rem;
|
||||
}
|
||||
|
||||
.weather-daily-forecast {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.weather-daily-forecast > * {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.weather-daily-forecast {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.weather-daily-forecast {
|
||||
grid-template-columns: repeat(7, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
.weather-preview-hourly-item {
|
||||
width: 7.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user