mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 20:10:24 +00:00
Merge pull request #17477 from patrickhlauke/v4-skippy
Port skiplink styling from v3 to v4
This commit is contained in:
commit
e859b4b216
2 changed files with 13 additions and 0 deletions
12
docs/assets/scss/_skiplink.scss
Normal file
12
docs/assets/scss/_skiplink.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
|
@ -46,6 +46,7 @@ $bd-info: #5bc0de;
|
|||
@import "ads";
|
||||
@import "content";
|
||||
@import "page-header";
|
||||
@import "skiplink";
|
||||
@import "sidebar";
|
||||
@import "footer";
|
||||
@import "component-examples";
|
||||
|
|
|
|||
Loading…
Reference in a new issue