mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
helpers to colorize svg for yes maybe no
This commit is contained in:
parent
d76bd5a2d9
commit
6afb4d4640
@ -90,14 +90,15 @@
|
|||||||
.is-filtered-icon-primary {
|
.is-filtered-icon-primary {
|
||||||
filter: invert(48%) sepia(68%) saturate(6489%) hue-rotate(233deg) brightness(89%) contrast(81%);
|
filter: invert(48%) sepia(68%) saturate(6489%) hue-rotate(233deg) brightness(89%) contrast(81%);
|
||||||
}
|
}
|
||||||
.is-filtered-icon-yes {
|
|
||||||
filter: invert(48%) sepia(68%) saturate(6489%) hue-rotate(233deg) brightness(89%) contrast(81%);
|
.is-filtered-icon-YES {
|
||||||
|
filter: invert(43%) sepia(49%) saturate(633%) hue-rotate(97deg) brightness(84%) contrast(99%);
|
||||||
}
|
}
|
||||||
.is-filtered-icon-maybe {
|
.is-filtered-icon-MAYBE {
|
||||||
filter: invert(48%) sepia(68%) saturate(6489%) hue-rotate(233deg) brightness(89%) contrast(81%);
|
filter: invert(35%) sepia(83%) saturate(423%) hue-rotate(5deg) brightness(95%) contrast(89%);
|
||||||
}
|
}
|
||||||
.is-filtered-icon-no {
|
.is-filtered-icon-NO {
|
||||||
filter: invert(48%) sepia(68%) saturate(6489%) hue-rotate(233deg) brightness(89%) contrast(81%);
|
filter: invert(21%) sepia(89%) saturate(2445%) hue-rotate(334deg) brightness(85%) contrast(104%);
|
||||||
}
|
}
|
||||||
.is-large-button {
|
.is-large-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user