From 9bc00d2d8bd8395545f354eccce966130fed233e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Bokros?= Date: Wed, 14 Feb 2018 13:23:41 +0100 Subject: [PATCH] Use tfw prefix for custom CSS classes --- src/app/app.component.html | 4 ++-- src/app/app.component.scss | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 2332e2b..d6c7861 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,11 +1,11 @@
-
+
-
+
diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 3db3706..9d68c22 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -1,3 +1,5 @@ -.first-row { +.tfw-first-row { height: 40vh; } + +.tfw-second-row {}