mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
colors of bars in results
This commit is contained in:
parent
e9850bca2d
commit
6ce5f6cb37
@ -21,7 +21,7 @@
|
|||||||
border-bottom: 1px solid #e2e0fa;
|
border-bottom: 1px solid #e2e0fa;
|
||||||
}
|
}
|
||||||
.max_score {
|
.max_score {
|
||||||
color: green;
|
color: #128149;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.date-label {
|
.date-label {
|
||||||
@ -47,18 +47,18 @@
|
|||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
&.has-background-yes {
|
&.has-background-yes {
|
||||||
border: green;
|
border: #128149;
|
||||||
background: yellowgreen;
|
background: #ecfff5;
|
||||||
@extend .bar-div;
|
@extend .bar-div;
|
||||||
}
|
}
|
||||||
&.has-background-maybe {
|
&.has-background-maybe {
|
||||||
border: orange;
|
border: #86671b;
|
||||||
background: yellow;
|
background: #fffaec;
|
||||||
@extend .bar-div;
|
@extend .bar-div;
|
||||||
}
|
}
|
||||||
&.has-background-no {
|
&.has-background-no {
|
||||||
border: red;
|
border: #d51b38;
|
||||||
background: pink;
|
background: #ffecee;
|
||||||
@extend .bar-div;
|
@extend .bar-div;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user