mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +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 {
|
||||
background: $white-color;
|
||||
a {
|
||||
color: $black-color;
|
||||
}
|
||||
}
|
||||
#header_notif {
|
||||
display: none;
|
||||
@ -184,6 +187,13 @@ header {
|
||||
.header_notif_time {
|
||||
color: grey;
|
||||
}
|
||||
a {
|
||||
margin: 0em;
|
||||
color: $black-color;
|
||||
&:hover {
|
||||
color: $primary-dark-color;
|
||||
}
|
||||
}
|
||||
li {
|
||||
padding: 0.2em;
|
||||
&: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
|
||||
#, python-format
|
||||
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
|
||||
#, python-format
|
||||
|
Loading…
Reference in New Issue
Block a user