Merge branch 'master' into skeleton

This commit is contained in:
sercan 2019-06-01 12:40:35 +03:00
commit 09bc137fa0

View File

@ -48,11 +48,6 @@ button {
font-size: 16px;
}
.mat-pseudo-checkbox-checked:after {
width: 14px !important;
height: 7px !important;
}
// Fix: "Input underlines has wrong color opacity value"
.mat-form-field-underline {
background-color: rgba(0, 0, 0, 0.12);
@ -118,4 +113,4 @@ mat-chip {
// Fix: Mat-card-image requires a bigger width than 100%
.mat-card-image {
max-width: none !important;
}
}