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

button.scss_f300667da4f5b5f84e1a9e0702b2fdde.content « shortcodes « sass « scss « assets « _gen « resources « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1d053748467659b2ccdef98c59cf4d8ffc2f930 (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
button.btn {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  button.btn a {
    color: inherit !important; }
  button.btn.primary {
    color: white;
    background-color: #007bff;
    border-color: #007bff; }
  button.btn.info {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  button.btn.success {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
  button.btn.warning {
    color: black;
    background-color: #ffc107;
    border-color: #ffc107; }
  button.btn.danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  button.btn.danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
  button.btn.secondary {
    color: white;
    background-color: #6c757d;
    border-color: #6c757d; }
  button.btn.light {
    color: black;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  button.btn.dark {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }