mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
core: fix notifications colors
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
283e128e93
commit
caa0c2099b
@ -165,6 +165,9 @@ header {
|
|||||||
}
|
}
|
||||||
.white {
|
.white {
|
||||||
background: $white-color;
|
background: $white-color;
|
||||||
|
a {
|
||||||
|
color: $black-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#header_notif {
|
#header_notif {
|
||||||
display: none;
|
display: none;
|
||||||
@ -184,6 +187,13 @@ header {
|
|||||||
.header_notif_time {
|
.header_notif_time {
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
margin: 0em;
|
||||||
|
color: $black-color;
|
||||||
|
&:hover {
|
||||||
|
color: $primary-dark-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
li {
|
li {
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -199,12 +209,6 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
margin: 0em;
|
|
||||||
&:hover {
|
|
||||||
color: $primary-dark-color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4480,7 +4480,7 @@ msgstr "Vous avez été identifié sur des photos"
|
|||||||
#: sith/settings.py:558
|
#: sith/settings.py:558
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "You just refilled of %s €"
|
msgid "You just refilled of %s €"
|
||||||
msgstr "Vous avez rechargé votre compte de %s €"
|
msgstr "Vous avez rechargé votre compte de %s€"
|
||||||
|
|
||||||
#: sith/settings.py:559
|
#: sith/settings.py:559
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Loading…
Reference in New Issue
Block a user