Обновлены стили индикатора активности в задаче
This commit is contained in:
parent
b46bb91a2a
commit
ac14a4ebdc
1 changed files with 8 additions and 8 deletions
|
|
@ -1,27 +1,27 @@
|
||||||
.timepassedDot {
|
.timepassedDot {
|
||||||
height: 10px;
|
height: 15px;
|
||||||
width: 10px;
|
width: 15px;
|
||||||
background-color: #bbb;
|
background-color: #808080;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timepassedDot.hot {
|
.timepassedDot.hot {
|
||||||
background-color: red;
|
background-color: #DB2228;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timepassedDot.warm {
|
.timepassedDot.warm {
|
||||||
background-color: orange;
|
background-color: #FA5E26;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timepassedDot.comfort {
|
.timepassedDot.comfort {
|
||||||
background-color: rgba(255, 255, 0, 0.4);
|
background-color: #FDAF19;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timepassedDot.breezy {
|
.timepassedDot.breezy {
|
||||||
background-color: rgba(0, 255, 0, 0.4);
|
background-color: #117722;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timepassedDot.cold {
|
.timepassedDot.cold {
|
||||||
background-color: rgba(0, 0, 255, 0.1);
|
background-color: #7f97ad;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue