diff --git a/css/src/main.css b/css/src/main.css index 929906d84..a05723473 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -77,6 +77,16 @@ header .alt-currency { background: #16A085; } +.panel h3, .box-setup h3 { + font-weight: 700; + font-size: 16px; + color: #2C3E50; + text-transform: uppercase; + border-bottom: 1px solid #E5E7EA; + margin-bottom: 1.5rem; + padding: 0 0 0.8rem; +} + .alt-currency { background: #2C3E50; padding: 0.05rem 0.2rem; @@ -348,6 +358,7 @@ a:hover { border-radius: 4px; background: #F2F5F8; margin: 0 auto; + margin-bottom: 1.6rem; } .box-notification .box-icon { @@ -362,6 +373,11 @@ a:hover { border-bottom-left-radius: 4px; } +.box-notification .box-icon.error { + background-color: #C0392A; +} + + .last-transactions { margin-bottom: 2rem; background-color: #E8EAEF; @@ -848,6 +864,14 @@ input { border: 0; } +label { + text-transform: uppercase; + font-weight: 700; + font-size: 11px; + color: #34495E; + padding: 0 0.2rem 0.3rem; +} + button.radius, .button.radius { -webkit-border-radius: 3px; border-radius: 3px; @@ -908,6 +932,12 @@ input[type='submit'] appearance: none; } + +input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea { + color: #7A8C9E; + margin-bottom: 1.3rem; +} + button.secondary, .button.secondary { color: #fff; @@ -1327,10 +1357,6 @@ a.text-warning:hover {color: #FD7262;} border: 0; } -.box-setup h3 { - color: #fff; -} - .box-setup h1 { font-size: 16px; text-transform: uppercase; diff --git a/views/createProfile.html b/views/createProfile.html index dabf355f1..acef90c98 100644 --- a/views/createProfile.html +++ b/views/createProfile.html @@ -10,45 +10,49 @@
-

Create Profile

+

Create Profile

+
+
+ +
+ + {{error|translate}} + +
+ + + + Not valid + + - -
-

- - {{error|translate}} -

+
+ + + + {{'Passwords must match'|translate}} + + - - -

- - {{'Passwords must match'|translate}} -

+ match="password" required >