diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/assets/scss/_skippy.scss')
-rw-r--r-- | vendor/twbs/bootstrap/site/assets/scss/_skippy.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss b/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss new file mode 100644 index 000000000..894db70db --- /dev/null +++ b/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss @@ -0,0 +1,20 @@ +// 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 / 2 !important; + margin: $spacer / 4 !important; + overflow: visible !important; + clip: auto !important; + white-space: normal !important; + } +} |