dotfiles/.config/eww/templates/bar/modules/weather.scss

13 lines
213 B
SCSS
Raw Normal View History

2023-06-14 12:25:23 +00:00
@import "{{ base_dir }}/variables.scss";
2023-06-09 10:34:28 +00:00
.weather {
padding: .3rem;
margin: .3rem;
background-color: $black;
border-radius: 4px;
}
.weather-icon {
padding-right: .8rem;
}