Welcome screen for guided tour added.
Change-Id: Ib32529de47a9f16c73d26871ed066a04dd1d661d
diff --git a/dev/scss/main/introjs-ids.scss b/dev/scss/main/introjs-ids.scss
index 12acbc1..015e84e 100644
--- a/dev/scss/main/introjs-ids.scss
+++ b/dev/scss/main/introjs-ids.scss
@@ -1,11 +1,18 @@
@import "../util";
-
-.introjs-helperNumberLayer {
- background:$ids-orange-2;
- }
-
.introjs-helperLayer {
background-color:transparent;
}
-
\ No newline at end of file
+
+.introjs-tooltip.gTstartSearch{
+ max-width: 500px;
+}
+
+.tgreeting {
+ font-weight: bold;
+ color: $darkest-orange;
+}
+
+.pfirstStep{
+ width: 500px;
+}