Merge branch 'refacto/Header' of https://github.com/Tiqa/debats-front into refacto/Header
This commit is contained in:
commit
393a25f51d
1 changed files with 15 additions and 5 deletions
|
|
@ -38,14 +38,24 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& .nav li a:hover {
|
& .nav li {
|
||||||
outline: 0;
|
color: #f21e40;
|
||||||
|
|
||||||
|
&:global(.active) {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
& a:hover,
|
||||||
|
& a:active,
|
||||||
|
& a:focus {
|
||||||
|
color: #333;
|
||||||
|
outline: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
color: #f21e40;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue