blob: dca410039507bd00ab787371733cf086c0abd8ae (
plain) (
blame)
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
|
/* These styles are generated from project.scss. */
.alert-debug {
color: black;
background-color: white;
border-color: #d6e9c6;
}
* {
font-family: 'Franklin';
/*margin: 0;*/
/*padding: 0;*/
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
@font-face {
font-family: 'Franklin';
src: url(../fonts/LibreFranklin-VariableFont_wght.ttf);
}
@font-face {
font-family: 'Franklin-Italic';
src: url(../fonts/LibreFranklin-Italic.ttf);
}
/*body {*/
/* background-color: #eee;*/
/*}*/
h1 {
/*color: #657c76;*/
font-size: 2.0rem;
font-weight: bold;
}
a {
font-size: inherit;
color: #394f49;
font-weight: bold;
text-decoration: none;
}
header {
margin-top: 30px;
}
.card-title a {
font-size: 1.2rem;
}
/*h2 {*/
/* color: #4e8273;*/
/* !* color: white; *!*/
/* font-size: 1.8rem;*/
/* padding-bottom: 10px;*/
/* margin-right: 20px;*/
/* margin-top: 20px;*/
/* border-radius: 3px 3px 0 0;*/
/* padding-left: 2px;*/
/* background-size: 100% 50px;*/
/* background-repeat: no-repeat;*/
/* border-bottom: 10px solid #E4E5E7;*/
/* overflow: auto;*/
/*}*/
|