mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 14:17:54 +03:00
13 lines
175 B
SCSS
13 lines
175 B
SCSS
|
#skippy {
|
||
|
display: block;
|
||
|
padding: 1em;
|
||
|
color: #fff;
|
||
|
background-color: $bd-purple;
|
||
|
outline: 0;
|
||
|
|
||
|
.skiplink-text {
|
||
|
padding: .5em;
|
||
|
outline: 1px dotted;
|
||
|
}
|
||
|
}
|