Commit e7f4917d70cb6fdd7ae2c4540582bb07e8c8119c

Authored by Caio Almeida
1 parent c1413ca2

Ticket #23: Removing box-shadow to improve performance

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
ConfJuvApp/www/css/ionic.tdcards.css
... ... @@ -8,3 +8,7 @@ td-card img {
8 8 max-width: 100%;
9 9 max-height: 100%;
10 10 }
  11 +.card {
  12 + box-shadow: none !important;
  13 + border: 1px solid #333;
  14 +}
... ...