2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Port skiplink styling from v3 to v4

This commit is contained in:
Patrick H. Lauke
2015-09-04 20:46:47 +01:00
parent 1a6aad4548
commit 6a37ec3767
2 changed files with 13 additions and 0 deletions
+12
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;
}
}