diff --git a/src/app/components/client/client.component.html b/src/app/components/client/client.component.html index c467279..c0dabf7 100644 --- a/src/app/components/client/client.component.html +++ b/src/app/components/client/client.component.html @@ -5,8 +5,7 @@ >
- Please enter a new Client ID - + Please enter a new Client ID + -
diff --git a/src/app/components/user/user.component.html b/src/app/components/user/user.component.html index 3fdd2bf..19a5a57 100644 --- a/src/app/components/user/user.component.html +++ b/src/app/components/user/user.component.html @@ -3,24 +3,24 @@
-
+
- -
- Please enter a new Username - - -
diff --git a/src/styles.css b/src/styles.css index 2b53887..0f219b3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -22,6 +22,10 @@ body { margin: 0; font-family: Inter , "Helvetica Neue", sans-serif !important; background-color: unset !important; } +.btn.btn-outline-primary:focus { + box-shadow: none !important; +} + .btn.btn-primary { background-image: none; background-color: #05286C; @@ -184,8 +188,6 @@ div.card-avatar-character { border-radius: 10px; width: 45%; background-color: #fff; - padding-left: 10px; - padding-right: 10px; } .custom-form-inline .form-control { @@ -201,4 +203,17 @@ div.card-avatar-character { input:focus { box-shadow: none !important; -} \ No newline at end of file +} + +.custom-search-icon-wrapper { + height: 56px; + margin-left: 10px; +} + +.mr-10px { + margin-right: 10px; +} +.rounded-left-side { + border-radius: 10px 0 0px 10px !important; + border: none !important; +} \ No newline at end of file