[ACA-2124] New bg-color and font style for New button (#1367)

This commit is contained in:
Baptiste Mahé
2020-03-20 16:21:30 +01:00
committed by GitHub
parent 56e147a96f
commit 091511d7c6

View File

@@ -15,11 +15,11 @@
display: block;
box-shadow: none !important;
height: 37.5px;
background-color: mat-color($accent);
background-color: mat-color($accent, 800);
color: mat-color($primary, default-contrast) !important;
border-radius: 4px;
font-size: 12.7px;
font-weight: normal;
font-size: 18.7px;
font-weight: bold;
text-transform: uppercase;
.mat-icon {