(Colors) Further improved the color generators + added adaptive-border-color class

This commit is contained in:
Sercan Yemen 2018-07-09 16:37:00 +03:00
parent 59d53ba0b9
commit 20d5a68bf3

View File

@ -79,6 +79,10 @@ $matHues: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400, A70
.mat-ripple-element { .mat-ripple-element {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
} }
.adaptive-border-color {
border-color: rgba(0, 0, 0, 0.12);
}
} }
} }
@ -113,6 +117,10 @@ $matHues: 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, A100, A200, A400, A70
.mat-ripple-element { .mat-ripple-element {
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
} }
.adaptive-border-color {
border-color: rgba(255, 255, 255, 0.12);
}
} }
} }
} }