mdb-ui-kit/docs/assets/scss/_skiplink.scss
2016-01-20 14:54:04 -06:00

15 lines
292 B
SCSS

// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: $bd-purple;
outline: 0;
.skiplink-text {
padding: .5em;
outline: 1px dotted;
}
}