0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Merge pull request #17477 from patrickhlauke/v4-skippy

Port skiplink styling from v3 to v4
This commit is contained in:
Patrick H. Lauke 2015-09-05 18:37:27 +02:00
commit e859b4b216
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: $bd-purple;
outline: 0;
.skiplink-text {
padding: .5em;
outline: 1px dotted;
}
}

View File

@ -46,6 +46,7 @@ $bd-info: #5bc0de;
@import "ads";
@import "content";
@import "page-header";
@import "skiplink";
@import "sidebar";
@import "footer";
@import "component-examples";