pointfichiers/bar/eww/eww.scss
GaspardCulis 838f6939cd eww: Added config
Currently 1 widget:
 - freqtrade
2024-01-03 15:09:10 +01:00

30 lines
402 B
SCSS

* {
all: unset;
font-family: "FiraCode Nerd Font";
}
.trades-box {
margin: 12px;
padding: 8px;
background-color: #121212;
border-radius: 8px;
}
.profit {
background-color: #121212;
border: solid 4px;
border-color: #12bb7b;
border-radius: 5px;
padding: 3px;
margin-left: 8px;
&.loss {
border-color: red;
}
.arrow {
margin-left: 6px;
font-size: 18px;
}
}