diff --git a/css/src/main.css b/css/src/main.css index da4005c3c..78553a103 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -368,15 +368,16 @@ a:hover { .box-setup { margin-bottom: 1rem; - padding: 0.3rem; + padding: 1.3rem; border-radius: 3px; background: #fff; } .box-setup-footer { overflow: hidden; + margin-top: 1.5rem; padding: 1rem 0 0; - border-top: 1px solid #E5E7EA; + border-top: 1px solid #425467; font-size: 12px; } @@ -1643,6 +1644,11 @@ a.text-warning:hover {color: #FD7262;} /*/////////////////////////////////////////////////*/ +.createProfile .input { + border-radius: 3px; + box-shadow: 0px 0px 0px 3px #1A2836, inset 1px 1px 0px 0px rgba(0,0,0,0.05); +} + .tabbable { border: 2px solid #213140; border-radius: 3px; @@ -1681,7 +1687,7 @@ a.text-warning:hover {color: #FD7262;} border-bottom: 1px solid rgba(32,48,64,0.30); box-shadow: 0px 1px 0px 0px rgba(121,140,158,0.10); margin: .5rem 1.3rem; - padding: 0.8rem 0; + padding: 0.3rem 0; } .bg-circle { diff --git a/views/createProfile.html b/views/createProfile.html index e3e9df534..3c454e275 100644 --- a/views/createProfile.html +++ b/views/createProfile.html @@ -22,7 +22,7 @@