mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 14:17:54 +03:00
15 lines
292 B
SCSS
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;
|
|
}
|
|
}
|