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

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