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

_skippy.scss « scss « assets « 4.2 « docs « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db971d114cb537f2a21a5909039038578620a35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.skippy {
  display: block;
  padding: 1em;
  color: $white;
  text-align: center;
  background-color: $bd-purple;
  outline: 0;

  @include hover {
    color: $white;
  }
}

.skippy-text {
  padding: .5em;
  outline: 1px dotted;
}