2024-10-10

This commit is contained in:
2024-10-10 12:56:56 +08:00
commit 7b347c848a
2648 changed files with 643965 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
@import "variable.less"; // Variable.less
.weather-one {
background: @primary;
i {
font-size: 80px;
position: relative;
top: 5px;
}
h2 {
display: inline-block;
float: right;
font-size: 48px;
}
.city {
position: relative;
text-align: right;
top: -25px;
}
.currently {
font-size: 16px;
font-weight: 400;
position: relative;
top: 25px;
}
.celcious {
text-align: right;
font-size: 20px;
}
}