aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/assets/scss/_skippy.scss
blob: 894db70db4e77a1a593d3bb3952f6e609cc19b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
  }
}