0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-07 00:46:15 +01:00
Bootstrap/site/static/docs/4.3/assets/scss/_skippy.scss
XhmikosR d95d30029f Switch to Hugo.
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
2019-03-13 19:22:59 +02:00

18 lines
232 B
SCSS

.skippy {
display: block;
padding: 1em;
color: $white;
text-align: center;
background-color: $bd-purple;
outline: 0;
@include hover {
color: $white;
}
}
.skippy-text {
padding: .5em;
outline: 1px dotted;
}