Skip to content

Commit 7bf04f3

Browse files
committed
fix: stylelint for _header.scss
1 parent 9382f8a commit 7bf04f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

decidim-core/app/packs/stylesheets/decidim/_header.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,20 +408,20 @@ header {
408408

409409
> * {
410410
@apply py-3 md:py-3.5 border-b last:border-0 border-gray-3;
411-
411+
412412
/* since the grid has 2 columns, remove the border for these last 2 columns */
413413
&:nth-last-child(-n + 2) {
414414
@apply md:border-0;
415415
}
416416
}
417-
417+
418418
a {
419419
@apply flex items-center justify-start gap-1 font-semibold text-lg text-secondary;
420-
420+
421421
span {
422422
@apply min-w-0 truncate;
423423
}
424-
424+
425425
svg {
426426
@apply flex-none fill-current;
427427
}

0 commit comments

Comments
 (0)