Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_skippy.scss « scss « assets « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 894db70db4e77a1a593d3bb3952f6e609cc19b96 (plain)
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;
  }
}