mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-24 14:04:43 +00:00
20 lines
407 B
SCSS
20 lines
407 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 / 2 !important;
|
|
margin: $spacer / 4 !important;
|
|
overflow: visible !important;
|
|
clip: auto !important;
|
|
white-space: normal !important;
|
|
}
|
|
}
|