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

panel.scss_6fa2be902ef8caa56cd91727d4d085e0.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: caee3c4131300d380e9742b2e09cafef072186f0 (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
div.card {
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  overflow-wrap: break-word;
  width: 100%;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 14px; }

/*div.card*/
.card-header {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 0px none #212529;
  border-radius: 3px 3px 0 0;
  padding: 12px 20px; }
  .card-header.info {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .card-header.info a {
      color: white; }
  .card-header.primary {
    color: white;
    background-color: #007bff;
    border-color: #007bff; }
    .card-header.primary a {
      color: white; }
  .card-header.success {
    color: white;
    background-color: #28a745;
    border-color: #28a745; }
    .card-header.success a {
      color: white; }
  .card-header.warning {
    color: black;
    background-color: #ffc107;
    border-color: #ffc107; }
    .card-header.warning a {
      color: black; }
  .card-header.danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545; }
    .card-header.danger a {
      color: white; }

/*.card-header*/
.card-body {
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding: 20px; }

/*.card-body*/
.card-text {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin: 0px; }

/*.card-text*/
.card-footer {
  box-sizing: border-box;
  color: #6c757d;
  overflow-wrap: break-word;
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0% 0%/auto padding-box border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0px none #6c757d;
  border-bottom: 0px none #6c757d;
  border-left: 0px none #6c757d;
  border-radius: 0 0 3px 3px;
  padding: 12px 20px; }

/*.card-footer*/