Various changes after call with IDAA. Mainly style changes.

This commit is contained in:
Scott Idem
2025-01-08 15:25:30 -05:00
parent b64f4b01ad
commit aa893b5ea6
8 changed files with 34 additions and 21 deletions

View File

@@ -506,6 +506,7 @@ img.qr_code:focus {
margin: 1.25em;
} */
/* BEGIN: Overrides and fixes specific to Novi and IDAA */
.iframe .novi_btn {
border-radius: 60px;
border-color: hsla(0, 0%, 50%, .5);
@@ -515,6 +516,14 @@ img.qr_code:focus {
/* margin: 0.5em; */
}
.iframe .novi_text_wrap {
/* white-space: normal; */
white-space: pre-wrap;
word-break: break-word;
}
/* END: Overrides and fixes specific to Novi and IDAA */
.iframe button.ae_normal,
.iframe .btn.ae_normal {
/* font: normal 1em sans-serif; */
@@ -530,6 +539,9 @@ img.qr_code:focus {
}
.iframe button.ae_smallest,
.iframe .btn.ae_smallest {
.iframe .btn.ae_smallest,
.iframe button.novi_smallest,
.iframe .btn.novi_smallest
{
font-size: 0.65rem;
}
}