From fce63e4ac8fb537c1dd9c5950b3df639b3b5d3d1 Mon Sep 17 00:00:00 2001 From: Norwin Roosen Date: Wed, 7 Nov 2018 01:41:57 +0100 Subject: [PATCH] ota-wizard: nice layout for first step --- src/pages/ota-wizard/ota-wizard.html | 42 +++++++++++++++++----------- src/pages/ota-wizard/ota-wizard.scss | 29 +++++++++++++++++++ 2 files changed, 55 insertions(+), 16 deletions(-) diff --git a/src/pages/ota-wizard/ota-wizard.html b/src/pages/ota-wizard/ota-wizard.html index 86dfd15..d8275ec 100644 --- a/src/pages/ota-wizard/ota-wizard.html +++ b/src/pages/ota-wizard/ota-wizard.html @@ -8,24 +8,34 @@ - + + + -

Welcome

+ + + + +

Welcome

+

+ To program your senseBox wirelessly, please follow these steps. + We will help you connect to your senseBox via WiFi. +

+
- - -

- To program your senseBox wirelessly, please follow these steps. - We will help you connect to your senseBox via WiFi. -
- Please make sure that your senseBox.. -

- -
    -
  • has the WiFi shield plugged in
  • -
  • has the initial OTA sketch installed
  • -
  • TODO review this list foo bar lorem ipsum
  • -
+ +

First, please make sure that your senseBox...

+
    +
  • has the WiFi shield plugged in
  • +
  • has the initial OTA sketch installed
  • +
+ +
+
+
diff --git a/src/pages/ota-wizard/ota-wizard.scss b/src/pages/ota-wizard/ota-wizard.scss index 8b5358c..8c17c18 100644 --- a/src/pages/ota-wizard/ota-wizard.scss +++ b/src/pages/ota-wizard/ota-wizard.scss @@ -4,4 +4,33 @@ page-ota-wizard { .swiper-pagination-bullet-active { background: map-get($colors, primary); } + + ion-slide { + img { + max-height: 50%; + max-width: 60%; + margin: 18px 0; + + & ~ h2 { + margin-top: 2.8rem; + } + } + + p, ul { + padding: 0 20px; + font-size: 16px; + line-height: 1.4; + color: #60646B; + + b { + color: #000000; + font-weight: 500; + } + } + + ul { + margin-left: 3%; + list-style-type: disc; + } + } }