aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/status/style.scss
blob: a31257ebaa56d7b9d81fb9aca7213ff7fb8344d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.status {
  background-color: $borderColor;
  border: $borderSize solid $borderColor;
}

.status-item {
  background-color: $bgColor;
  border-radius: $borderRadius;
  font-family: "Inter";
  font-size: 13;
  font-weight: 700;
  min-width: 60px;
  padding: 7;
}