1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00
Files
bootstrap/site/assets/scss/_skippy.scss
2021-09-08 09:06:42 +03:00

21 lines
410 B
SCSS

// stylelint-disable declaration-no-important
.skippy {
background-color: $bd-purple;
a {
color: $white;
}
&:focus-within a {
position: static !important;
width: auto !important;
height: auto !important;
padding: $spacer * .5 !important;
margin: $spacer * .25 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important;
}
}