Files
mue/src/components/widgets/weather/weather.scss
2021-04-22 22:10:04 +01:00

31 lines
465 B
SCSS

.weather {
position: absolute;
bottom: 1rem;
right: 1rem;
cursor: initial;
user-select: none;
padding: 20px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 20px;
span {
text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
svg {
filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
vertical-align: middle;
font-size: 35px;
}
.loc {
font-size: 0.7em;
margin: 0;
padding: 0;
}
.minmax {
font-size: 0.5em;
}
}