diff --git a/polyculeconnect/static/style/index.css b/polyculeconnect/static/style/index.css index 80586bf..feb6197 100644 --- a/polyculeconnect/static/style/index.css +++ b/polyculeconnect/static/style/index.css @@ -63,7 +63,7 @@ body { .form-buttons { display: flex; - justify-content: center; + justify-content: space-between; } .form-input { @@ -91,4 +91,8 @@ body { .button-accept { background-color: var(--logo-blue); +} + +.button-cancel { + background-color: var(--logo-pink); } \ No newline at end of file diff --git a/polyculeconnect/templates/approval.html b/polyculeconnect/templates/approval.html index df734fc..36d160d 100644 --- a/polyculeconnect/templates/approval.html +++ b/polyculeconnect/templates/approval.html @@ -1,10 +1,7 @@ {{ template "header.html" . }} -
-

Grant Access

- -
-
+
+
{{ if .Scopes }}
{{ .Client }} would like to:
    @@ -18,25 +15,21 @@

-
-
-
- - - -
-
-
-
- - - -
-
+
+
+ + + +
+
+ + + +