Skip to content

Commit 1f746a5

Browse files
authored
Added mediaco theme (#633)
1 parent 5b558dd commit 1f746a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/themes.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,16 @@
267267
);
268268
}
269269

270+
.mediaCoTheme {
271+
@include mat.theme(
272+
(
273+
color: mat.$magenta-palette,
274+
typography: Roboto,
275+
density: 0
276+
)
277+
);
278+
}
279+
270280
//Mixins
271281
@mixin generate-theme-vars() {
272282
--app-alert-error-color: rgb(82, 21, 8);

0 commit comments

Comments
 (0)