Commit 8a2c3bc4 authored by Marcel van Remmerden's avatar Marcel van Remmerden

Fix new lines

parent e52f0721
...@@ -85,16 +85,22 @@ ...@@ -85,16 +85,22 @@
padding: 2px 8px; padding: 2px 8px;
margin: 5px 2px 5px -8px; margin: 5px 2px 5px -8px;
border-radius: $border-radius-default; border-radius: $border-radius-default;
&.js-canary-badge { &.js-canary-badge {
padding: 0; padding: 0;
font-size: 12px; font-size: 12px;
border-radius: 100px; border-radius: 100px;
margin-top: 6px; margin-top: 6px;
&:hover, &:active, &:focus {
&:hover,
&:active,
&:focus {
background-color: #1aaa55; background-color: #1aaa55;
} }
span { span {
line-height: 15px; line-height: 15px;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
......
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