From d5cf426ea5d0de3d31c9ad84ebce0fc952f99f05 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Mon, 27 Feb 2017 13:12:26 -0800 Subject: [PATCH] fix(compatibility): remove reference to md- in styles (#113) --- src/_app-theme.scss | 10 +++++----- src/styles/_typography.scss | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_app-theme.scss b/src/_app-theme.scss index b1586d2655a0..d3b7ce512058 100644 --- a/src/_app-theme.scss +++ b/src/_app-theme.scss @@ -20,20 +20,20 @@ $foreground: map-get($theme, foreground); .docs-app-background { - background: md-color($background, background); + background: mat-color($background, background); } .docs-primary-header { - background: md-color($primary); + background: mat-color($primary); h1 { - color: md-color($primary, default-contrast); + color: mat-color($primary, default-contrast); } } .docs-footer { - background: md-color($primary); - color: md-color($primary, default-contrast); + background: mat-color($primary); + color: mat-color($primary, default-contrast); } @include docs-site-typography-theme($theme); diff --git a/src/styles/_typography.scss b/src/styles/_typography.scss index 4261cac2ec58..b557374ef616 100644 --- a/src/styles/_typography.scss +++ b/src/styles/_typography.scss @@ -23,7 +23,7 @@ font-size: 16px; } - .md-tab-body-wrapper h2 { + .mat-tab-body-wrapper h2 { margin-top: 0px; }