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;
|
||||
}
|
||||
.max_score {
|
||||
color: green;
|
||||
color: #128149;
|
||||
}
|
||||
}
|
||||
.date-label {
|
||||
@ -47,18 +47,18 @@
|
||||
}
|
||||
div {
|
||||
&.has-background-yes {
|
||||
border: green;
|
||||
background: yellowgreen;
|
||||
border: #128149;
|
||||
background: #ecfff5;
|
||||
@extend .bar-div;
|
||||
}
|
||||
&.has-background-maybe {
|
||||
border: orange;
|
||||
background: yellow;
|
||||
border: #86671b;
|
||||
background: #fffaec;
|
||||
@extend .bar-div;
|
||||
}
|
||||
&.has-background-no {
|
||||
border: red;
|
||||
background: pink;
|
||||
border: #d51b38;
|
||||
background: #ffecee;
|
||||
@extend .bar-div;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user