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

docs.scss « css « assets « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76bfd26ee69bfa0dee4b10464b00feba8fdb2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
---

@import "variables";
@import "buttons";
@import "navbar";
@import "subnav";
@import "ads";

.f0 {
  font-size: 2rem;

  @media (min-width: 520px) {
    font-size: 3rem;
  }
}
.f3 {
  font-size: 1.25rem;

  @media (min-width: 520px) {
    font-size: 1.5rem;
  }
}
.f5 {
  font-size: 1rem;

  @media (min-width: 520px) {
    // font-size: 1.15rem;
  }
}

.hero {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  .f3 {
    max-width: 760px;
  }

  hr {
    max-width: 100px;

  }
}

.hero-search {
  max-width: 400px;
}

.bi {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: text-bottom;
}

.list:empty::before {
  display: block;
  width: 100%;
  padding: 100px 2rem;
  margin-right: 15px;
  margin-left: 15px;
  content: "Nothing found, try searching again.";
  color: $gray-500;
  text-align: center;
  background-color: $gray-100;
  border-radius: .5rem;
}

.list .bi {
  width: 2em;
  height: 2em;
}

.btn-group > .btn {
  flex-shrink: 0;
}

.name {
  font-size: .8125rem;
}