Skip to content
Snippets Groups Projects
Commit ae9575ce authored by paf's avatar paf
Browse files

Make starter-cards have default background instead of transparency.

parent fb10a9a7
No related branches found
No related tags found
No related merge requests found
Pipeline #19857 passed with warnings
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</mat-card-actions> </mat-card-actions>
</mat-card> </mat-card>
<mat-card fxFlex="0 0 400px" class="mat-card-gray"> <mat-card fxFlex="0 0 400px">
<mat-card-title>{{mds.appTitle$ | async}}</mat-card-title> <mat-card-title>{{mds.appTitle$ | async}}</mat-card-title>
<mat-card-subtitle>{{mds.appSubTitle$ | async}}</mat-card-subtitle> <mat-card-subtitle>{{mds.appSubTitle$ | async}}</mat-card-subtitle>
<mat-card-content> <mat-card-content>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</form> </form>
</mat-card> </mat-card>
<mat-card fxFlex="0 0 400px" class="mat-card-gray"> <mat-card fxFlex="0 0 400px">
<mat-card-title>{{mds.appTitle$ | async}}</mat-card-title> <mat-card-title>{{mds.appTitle$ | async}}</mat-card-title>
<mat-card-subtitle>{{mds.appSubTitle$ | async}}</mat-card-subtitle> <mat-card-subtitle>{{mds.appSubTitle$ | async}}</mat-card-subtitle>
<mat-card-content> <mat-card-content>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</mat-card-actions> </mat-card-actions>
</mat-card> </mat-card>
<mat-card fxFlex="0 0 400px" class="mat-card-gray"> <mat-card fxFlex="0 0 400px">
<mat-card-title>{{mds.appTitle$ | async}}</mat-card-title> <mat-card-title>{{mds.appTitle$ | async}}</mat-card-title>
<mat-card-subtitle>{{mds.appSubTitle$ | async}}</mat-card-subtitle> <mat-card-subtitle>{{mds.appSubTitle$ | async}}</mat-card-subtitle>
<mat-card-content> <mat-card-content>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</mat-card-actions> </mat-card-actions>
</mat-card> </mat-card>
<mat-card fxFlex="0 0 400px" class="mat-card-gray"> <mat-card fxFlex="0 0 400px">
<mat-card-title>{{mds.appTitle$ | async}}</mat-card-title> <mat-card-title>{{mds.appTitle$ | async}}</mat-card-title>
<mat-card-content> <mat-card-content>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment