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 {
|
||||
outline: 0;
|
||||
color: #333;
|
||||
background-color: transparent;
|
||||
& .nav li {
|
||||
color: #f21e40;
|
||||
|
||||
&:global(.active) {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
& a:hover,
|
||||
& a:active,
|
||||
& a:focus {
|
||||
color: #333;
|
||||
outline: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
& a {
|
||||
color: #f21e40;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue