gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 306/459: update style


From: gnunet
Subject: [reclaim-ui] 306/459: update style
Date: Fri, 11 Jun 2021 23:26:38 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 99af089392a5ca89fe9d1c62953fe2db11357d2f
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 20 17:56:20 2020 +0200

    update style
---
 src/app/edit-identity/edit-identity.component.ts |  6 ++--
 src/styles.scss                                  | 39 ++++++++++++++++--------
 2 files changed, 30 insertions(+), 15 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.ts 
b/src/app/edit-identity/edit-identity.component.ts
index 4cd2664..8f9d1e8 100644
--- a/src/app/edit-identity/edit-identity.component.ts
+++ b/src/app/edit-identity/edit-identity.component.ts
@@ -216,12 +216,12 @@ export class EditIdentityComponent implements OnInit {
   }
 
   isInConflict(attribute: Attribute): boolean {
-    return this.checkConflict(this.missingProfileClaims, attribute) ||
+    /*return this.checkConflict(this.missingProfileClaims, attribute) ||
            this.checkConflict(this.missingEmailClaims, attribute) ||
            this.checkConflict(this.missingPhoneClaims, attribute) ||
            this.checkConflict(this.missingAddressClaims, attribute) ||
-           this.checkConflict(this.missingNonStandardClaims, attribute) ||
-           this.checkConflict(this.attributes, attribute);
+           this.checkConflict(this.missingNonStandardClaims, attribute) ||*/
+    return this.checkConflict(this.attributes, attribute);
   }
 
   canAddAttribute(attribute: Attribute): boolean {
diff --git a/src/styles.scss b/src/styles.scss
index bb6f551..b61200c 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -15,7 +15,7 @@ body {
 
 
 div.card {
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
+  //box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   border-radius: 1em;
 }
 
@@ -32,7 +32,7 @@ div.card {
 }
 
 button.btn, a.btn {
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
+  //box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   border-radius: 10rem;
   background-image: none;
   margin: 0.5em;
@@ -54,12 +54,12 @@ button.btn:hover, a.button:hover {
   border: 1px solid #555;
   color: #fff;
   background-image:none;
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
+  //box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
 }
 
 .btn.btn-primary:disabled {
   background-color: white;
-  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
+  //box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
   border: 1px solid #ccc;
   color: #ccc;
 }
@@ -94,11 +94,6 @@ div.card-avatar-id {
     font-size: 1em;
 }
 
-.card.selected {
-    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
-    //border-color: #343a40;
-}
-
 .card .table .row.openid.text-dimmed {
    color: #eee;
 }
@@ -106,7 +101,6 @@ div.card-avatar-id {
 .card.identity-new {
   background: none;
   border: 1px dashed #555;
-  box-shadow: none;
 }
 
 .card-avatar-character {
@@ -117,7 +111,6 @@ div.card-avatar-id {
   border: none;
   background-image: none;
   background-color: rgba(0,0,0,0);
-  box-shadow: none;
   color: #555;
   font-size: 0.75em;
   float: right;
@@ -128,7 +121,6 @@ div.card-avatar-id {
   background-image: none;
   color: #444;
   border: none;
-  box-shadow: none;
   background-color: #eee; 
 }
 
@@ -151,6 +143,29 @@ div.card-avatar-id {
   width: 100%;
 }
 
+.card input {
+  border-radius: 2em;
+  height: calc(1.5em + 0.75rem + 2px);
+  padding: 0.375rem 0.75rem;
+  font-size: 1rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid #ced4da;
+}
+
+.card input:focus {
+  outline: none;
+  border-color: #80bdff;
+}
+
+input.form-control:focus {
+  outline: none;
+  box-shadow: none;
+}
+
 div.card-avatar {
     //border-bottom: 2px solid rgba(0, 0, 0, 0.125);
     //min-height: 50px;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]