aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/static/css/project.css
blob: 4f2f954e6a91cc4ca38485d5571f74e6c547e441 (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
.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.bg-light {
  border-color: #e1f2f2 ; }

body {
  padding-top: 90px; }

.lemon-bar {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); }

#chunky {
  border: 8px dashed yellowgreen;
  border-radius: 10px;
  box-shadow: 3px 10px 12px lightgray; }

.tabaligncenter {
  text-align: center; }

.table-sm tr {
  font-size: 0.85rem;
  line-height: 15px;
  min-height: 10px; }

#partially-achieved-cell {
  background-color: #f79400;
  color: white; }

#achieved-cell {
  background-color: green;
  color: white; }

#not-achieved-cell {
  background-color: red;
  color: white; }

#_title {
  color: orangered; }

/*# sourceMappingURL=project.css.map */