mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
ac37625123
This reverts commit 162fd8e9b8
.
17 lines
325 B
SCSS
17 lines
325 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
// scss-lint:disable IdSelector
|
|
|
|
#skippy {
|
|
display: block;
|
|
padding: 1em;
|
|
color: #fff;
|
|
background-color: $bd-purple;
|
|
outline: 0;
|
|
|
|
.skiplink-text {
|
|
padding: .5em;
|
|
outline: 1px dotted;
|
|
}
|
|
}
|