30 lines
325 B
Text
30 lines
325 B
Text
Stopwatch {
|
|
background: $boost;
|
|
height: 5;
|
|
margin: 1;
|
|
min-width: 50;
|
|
padding: 1;
|
|
}
|
|
|
|
TimeDisplay {
|
|
text-align: center;
|
|
color: $foreground-muted;
|
|
height: 3;
|
|
}
|
|
|
|
Button {
|
|
width: 16;
|
|
}
|
|
|
|
#start {
|
|
dock: left;
|
|
}
|
|
|
|
#stop {
|
|
dock: left;
|
|
display: none;
|
|
}
|
|
|
|
#reset {
|
|
dock: right;
|
|
}
|