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: c573e45484efa223acc42afea4d1e10df223ffed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.skippy {
  position: fixed;
  top: .5rem;
  left: .5rem;
  z-index: $zindex-fixed;
  padding: .5rem;
  color: $white;
  background-color: $bd-purple;

  &:hover {
    color: $white;
  }
}