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

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

  &:hover {
    color: $white;
  }
}

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