Skip to content
Snippets Groups Projects
Commit 95b116d5 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

invert candidate primary list colors

parent 4315ec63
Branches
No related tags found
1 merge request!22Feat/redesign
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.candidate-primary-box { .candidate-primary-box {
&:nth-child(even) { &:nth-child(odd) {
@apply bg-pirati-yellow; @apply bg-pirati-yellow;
.candidate-primary-box--content { .candidate-primary-box--content {
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
} }
&:nth-child(odd) { &:nth-child(even) {
@apply bg-grey-180; @apply bg-grey-180;
.candidate-primary-box--content { .candidate-primary-box--content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment