mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Integrate information about next passes into sat timers
This commit is contained in:
@@ -1,32 +1,26 @@
|
||||
.title {
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.active {
|
||||
font-family: sans-serif;
|
||||
color: #3fb618;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.timedout {
|
||||
font-family: sans-serif;
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
.nonfunctional {
|
||||
font-family: sans-serif;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.timeout {
|
||||
font-family: sans-serif;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.expired {
|
||||
font-family: sans-serif;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user