diff --git a/src/css/style.css b/src/css/style.css index 3806ea6..80663b5 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -75,15 +75,13 @@ body { } .btn:hover, -.btn-large:hover, -.btn-small:hover { +.btn:active, +.btn:focus { background-color: #FF6600; } /* For raised buttons */ -.btn:not(.disabled):hover, -.btn-large:not(.disabled):hover, -.btn-small:not(.disabled):hover { +.btn:not(.disabled):hover { background-color: #FF6600; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } @@ -230,3 +228,46 @@ pre { .qr-container { margin: 15px 0; } + +.page-header { + font-size: 2.1rem; + text-align: center; +} + +@media screen and (max-width: 600px) { + .page-header { + font-size: 1.5rem; + } + + .flow-card { + height: 100%; + } + + .page-footer .footer-copyright { + min-height: 0; + } + + .footer-copyright { + font-size: 0.7rem; + } + + .intro-section { + text-align: justify; + } + + code { + font-size: 0.8rem; + } + + .code-block { + padding: 15px; + } + + .circle-3 { + width: 80%; + } + + .circle-4 { + width: 90%; + } +} \ No newline at end of file diff --git a/src/flow/code.html b/src/flow/code.html index a0c76e1..cfffd4f 100644 --- a/src/flow/code.html +++ b/src/flow/code.html @@ -139,11 +139,11 @@ function fillExample() { const requestExample = baseUrl + "\n" - + " ?response_type=" + responseType + "\n" - + " &client_id=" + getClientId() + "\n" - + " &redirect_uri=" + redirectUri + "\n" - + " &scope=" + scope + "\n" - + " &state=" + state; + + "?response_type=" + responseType + "\n" + + "&client_id=" + getClientId() + "\n" + + "&redirect_uri=" + redirectUri + "\n" + + "&scope=" + scope + "\n" + + "&state=" + state; $("#requestUriExample").text(requestExample); $("#baseUrl").text(baseUrl); diff --git a/src/flow/dag-2.html b/src/flow/dag-2.html index 16c7248..cf421b3 100644 --- a/src/flow/dag-2.html +++ b/src/flow/dag-2.html @@ -52,7 +52,7 @@
-
+
@@ -97,7 +97,7 @@
-