Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6a37ec37
Commit
6a37ec37
authored
9 years ago
by
Patrick H. Lauke
Browse files
Options
Download
Email Patches
Plain Diff
Port skiplink styling from v3 to v4
parent
1a6aad45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/scss/_skiplink.scss
+12
-0
docs/assets/scss/_skiplink.scss
docs/assets/scss/docs.scss
+1
-0
docs/assets/scss/docs.scss
with
13 additions
and
0 deletions
+13
-0
docs/assets/scss/_skiplink.scss
0 → 100644
+
12
-
0
View file @
6a37ec37
#skippy
{
display
:
block
;
padding
:
1em
;
color
:
#fff
;
background-color
:
$bd-purple
;
outline
:
0
;
.skiplink-text
{
padding
:
.5em
;
outline
:
1px
dotted
;
}
}
This diff is collapsed.
Click to expand it.
docs/assets/scss/docs.scss
+
1
-
0
View file @
6a37ec37
...
...
@@ -46,6 +46,7 @@ $bd-info: #5bc0de;
@import
"ads"
;
@import
"content"
;
@import
"page-header"
;
@import
"skiplink"
;
@import
"sidebar"
;
@import
"footer"
;
@import
"component-examples"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment