aboutsummaryrefslogblamecommitdiffstats
path: root/ctrack/static/sass/project.css
blob: aa059b8605249bd13a762092ee6a685eb5150a3f (plain) (tree)















































                                             
.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

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

.bg-light {
  background-color: green; }

body {
  padding-top: 70px; }

.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 */