Commit 3be988bc authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 36f260b9 b7a3c8f6
...@@ -467,3 +467,7 @@ img.emoji { ...@@ -467,3 +467,7 @@ img.emoji {
background-color: $gray-600; background-color: $gray-600;
} }
} }
.cursor-pointer {
cursor: pointer;
}
...@@ -41,5 +41,6 @@ $spacers: ( ...@@ -41,5 +41,6 @@ $spacers: (
2: ($spacer), 2: ($spacer),
3: ($spacer * 2), 3: ($spacer * 2),
4: ($spacer * 3), 4: ($spacer * 3),
5: ($spacer * 4) 5: ($spacer * 4),
6: ($spacer * 8)
); );
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment