From 63d1b99075a27a72904cd107cfdb36392c99e79d Mon Sep 17 00:00:00 2001 From: Patrick Stadler Date: Mon, 25 Jul 2022 16:04:43 +0200 Subject: [PATCH] add link to github --- assets/css/stylesheet.css | 20 ++++++++++++++++++++ pciproxy-examples/account.html | 3 +++ pciproxy-examples/floating-label.html | 3 +++ pciproxy-examples/iban.html | 3 +++ pciproxy-examples/index.html | 3 +++ pciproxy-examples/inline-example.html | 3 +++ pciproxy-examples/show.html | 3 +++ 7 files changed, 38 insertions(+) diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index f55c79a..7084b04 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -1,8 +1,28 @@ +html, body { + width: 100%; + height: 100%; +} nav a { color: #fff; margin: 0 10px; text-decoration: none; } +body { + display: flex; + flex-direction: column; +} +footer { + display: block; + margin-top: auto; + text-align: center; + padding: 20px 0; +} +footer a { + font-size: 0.8rem; + color: #999; + text-decoration: none; +} + .secure-field * { box-sizing: border-box; } diff --git a/pciproxy-examples/account.html b/pciproxy-examples/account.html index 63debf1..0e268e1 100644 --- a/pciproxy-examples/account.html +++ b/pciproxy-examples/account.html @@ -60,6 +60,9 @@

     
   
+