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..f0097ad 100644 --- a/polyculeconnect/templates/approval.html +++ b/polyculeconnect/templates/approval.html @@ -1,42 +1,34 @@ {{ template "header.html" . }} -
-

Grant Access

- -
-
+
+
{{ if .Scopes }} -
{{ .Client }} would like to:
-
    +
    {{ .Client }} would like to:
    +
      {{ range $scope := .Scopes }}
    • {{ $scope }}
    • {{ end }}
    {{ else }} -
    {{ .Client }} has not requested any personal information
    +
    {{ .Client }} has not requested any personal information
    {{ end }}
-
-
-
-
- - - -
-
-
-
- - - -
-
+
+
+ + + +
+
+ + + +