Skip to content
Snippets Groups Projects
Commit baecf02a authored by David Miller's avatar David Miller
Browse files

Merge pull request #44 from shadowfacts/patch-1

Fix :not selector
parents 554e9d6c 44c82fbc
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,7 @@ section.success { ...@@ -294,7 +294,7 @@ section.success {
-ms-transition: top 0.3s ease,opacity 0.3s ease; -ms-transition: top 0.3s ease,opacity 0.3s ease;
transition: top 0.3s ease,opacity 0.3s ease; transition: top 0.3s ease,opacity 0.3s ease;
} }
&::not(:first-child) { &:not(:first-child) {
padding-left: 14px; padding-left: 14px;
border-left: 1px solid @gray-lighter; border-left: 1px solid @gray-lighter;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment