summaryrefslogtreecommitdiffstats
path: root/public/src/app/main/main.component.scss
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2019-06-10 14:53:23 +0200
committerk.kedron <k.kedron@partner.samsung.com>2019-06-11 09:14:55 +0200
commiteb9e0279ef30e090aba983d6d0534e94b57777fd (patch)
treec52ae8708e67d8203273c7172e2735e9b273dce8 /public/src/app/main/main.component.scss
parent676bcacdf3aff27b5d33f3ab6cbe44be39a0f114 (diff)
Change the heading label in the main.component.
Add new label when user edit the configuration. Show MC name only when the store.mcName isn't empty. Issue-ID: SDC-2309 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I69a268e2d4fedcd05e725592bf1d46bfa1584f52
Diffstat (limited to 'public/src/app/main/main.component.scss')
-rw-r--r--public/src/app/main/main.component.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/src/app/main/main.component.scss b/public/src/app/main/main.component.scss
index eba643c..9b37b26 100644
--- a/public/src/app/main/main.component.scss
+++ b/public/src/app/main/main.component.scss
@@ -42,3 +42,8 @@
float: none;
margin-right: -4px;
}
+
+.newline {
+ width: 100%;
+ content: '';
+}