Commit e859b4b2 authored by Patrick H. Lauke's avatar Patrick H. Lauke
Browse files

Merge pull request #17477 from patrickhlauke/v4-skippy

Port skiplink styling from v3 to v4
parents fec2cedf 6a37ec37
Showing with 13 additions and 0 deletions
+13 -0
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: $bd-purple;
outline: 0;
.skiplink-text {
padding: .5em;
outline: 1px dotted;
}
}
...@@ -46,6 +46,7 @@ $bd-info: #5bc0de; ...@@ -46,6 +46,7 @@ $bd-info: #5bc0de;
@import "ads"; @import "ads";
@import "content"; @import "content";
@import "page-header"; @import "page-header";
@import "skiplink";
@import "sidebar"; @import "sidebar";
@import "footer"; @import "footer";
@import "component-examples"; @import "component-examples";
......
Supports Markdown
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