umts/pvta-multiplatform

View on GitHub
src/pages/route/route.scss

Summary

Maintainability
Test Coverage
page-route {

 .vehicle-late {
   color: red;
 }
 .vehicle-ontime {
   color: green;
 }
 .poo {
   text-shadow:
    -0.5px -0.5px 0 white,
     0.5px -0.5px 0 white,
    -0.5px  0.5px 0 white,
     0.5px  0.5px 0 white;
 }
}