Browse Source

Welcome wizard style updates

Angus McLeod 7 years ago
parent
commit
e96ecdc38b

+ 6 - 2
assets/stylesheets/wizard/wizard_custom.scss

@@ -367,6 +367,10 @@ img.avatar {
 
   &> label {
     float: right;
+
+    .field-description {
+      margin-top: 0;
+    }
   }
 
   &> .input-area {
@@ -395,8 +399,8 @@ img.avatar {
       width: 40px;
       height: 40px;
       vertical-align: middle;
-      padding-bottom: 5px;
-      margin-right: 10px;
+      padding-bottom: 10px;
+      margin-right: 15px;
     }
 
     input {

+ 12 - 13
assets/stylesheets/wizard/wizard_custom_mobile.scss

@@ -31,6 +31,11 @@
     }
   }
 
+  .wizard-step-banner {
+    max-height: 200px !important;
+    width: initial !important;
+  }
+
   .control-group {
     margin-right: 0;
     margin-bottom: 20px;
@@ -46,22 +51,16 @@
       max-width: 80%;
     }
 
-    .wizard-field {
-      label[for="tip"] .field-description {
-        display: flex;
-        align-items: center;
-
-        img {
-          float: none;
-        }
+    .wizard-field .field-description {
+      display: flex;
+      align-items: center;
 
-        i {
-          flex: 1;
-        }
+      img {
+        float: none;
       }
 
-      .field-description img {
-        float: left;
+      i, span {
+        flex: 1;
       }
     }
   }