diff --git a/service/OneService.cpp b/service/OneService.cpp index 46d412927..a9cb229ec 100644 --- a/service/OneService.cpp +++ b/service/OneService.cpp @@ -165,35 +165,30 @@ std::string ssoResponseTemplate = R"""( background: #eeeeee; margin: 0; padding: 0; - font-family: "Helvetica"; - font-weight: bold; + font-family: "System Sans Serif"; + font-weight: normal; font-size: 12pt; height: 100%; width: 100%; } - div.icon { - background: #ffb354; - color: #000000; - font-size: 120pt; - border-radius: 2.5rem; - display: inline-block; - width: 1.3em; - height: 1.3em; - padding: 0; - margin: 15; - line-height: 1.4em; - vertical-align: middle; - text-align: center; - } + .container { - vertical-align: center; - text-align: center; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + } + .iconwrapper { + margin: 10px 10px 10px 10px; }
-
+
+ +
{{ messageText }}