2020-07-20 11:26:41 +02:00
|
|
|
// stylelint-disable declaration-no-important
|
|
|
|
|
2018-10-15 13:19:41 +02:00
|
|
|
.skippy {
|
|
|
|
background-color: $bd-purple;
|
|
|
|
|
2020-07-20 11:26:41 +02:00
|
|
|
a {
|
2018-10-15 13:19:41 +02:00
|
|
|
color: $white;
|
|
|
|
}
|
|
|
|
|
2020-07-20 11:26:41 +02:00
|
|
|
&:focus-within a {
|
|
|
|
position: static !important;
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
2021-07-25 10:19:02 -07:00
|
|
|
padding: $spacer * .5 !important;
|
|
|
|
margin: $spacer * .25 !important;
|
2020-07-20 11:26:41 +02:00
|
|
|
overflow: visible !important;
|
|
|
|
clip: auto !important;
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
2018-10-15 13:19:41 +02:00
|
|
|
}
|