Created WeatherWidget

This commit is contained in:
unknown
2021-05-19 18:26:57 +02:00
parent 38f5d3b66a
commit e170f56a03
11 changed files with 462 additions and 57 deletions

View File

@@ -19,29 +19,6 @@
margin-bottom: 2.5rem;
}
.WeatherWidget {
display: flex;
}
.WeatherDetails {
display: flex;
flex-direction: column;
justify-content: center;
font-size: 16px;
color: var(--color-primary);
margin-left: 10px;
font-weight: 500;
}
.WeatherDetails span:first-child {
border-bottom: 1px solid var(--color-primary);
padding-bottom: 5px;
}
.WeatherDetails span:last-child {
padding-top: 5px;
}
.SettingsButton {
width: 35px;
height: 35px;