Commit 9c38844f5f9911987b3d1d1462c2cb7b2b096372

Authored by Vladyslav_Prykhodko
1 parent fee4e3a2

Updated widget selector style

@@ -42,6 +42,16 @@ @@ -42,6 +42,16 @@
42 max-height: 100%; 42 max-height: 100%;
43 object-fit: contain; 43 object-fit: contain;
44 } 44 }
  45 +
  46 + .mat-card-title {
  47 + font-size: 20px;
  48 + }
  49 +
  50 + .mat-card-content {
  51 + font-size: 14px;
  52 + line-height: 18px;
  53 + color: #666;
  54 + }
45 } 55 }
46 } 56 }
47 57