aboutsummaryrefslogblamecommitdiffstats
path: root/ctrack/static/css/project.css
blob: fe3d2d4a5435a13f85ed3b613765a4f5d7375211 (plain) (tree)
1
2
3
4
5
6
7
8
9
              
                         
                        
                

              

                            
                   

           
                            


                        
                         



                                 
                                        

                 
                       

              

                     
                     
 











                            


                                         
                 

         
                     

                                       
.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; }

.btn:hover {
  background-color: red;
  border-color: orange; }

#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; }

.textinput {
  background-color: lightgoldenrodyellow;
  box-shadow: 2px 10px 15px lightgray;
  height: 49px; }

#_title {
  color: orangered; }

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