Skip to content

Commit f1641aa

Browse files
committed
styling edits implementation tool
1 parent f202372 commit f1641aa

File tree

11 files changed

+37
-1835
lines changed

11 files changed

+37
-1835
lines changed

content/.DS_Store

0 Bytes
Binary file not shown.

content/english/technical-tools/documentation/classification-quick-scan.md

Lines changed: 0 additions & 493 deletions
This file was deleted.

content/english/technical-tools/documentation/risk-classification.md

Lines changed: 0 additions & 303 deletions
This file was deleted.

content/english/technical-tools/implementation-tool.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,40 @@ overview_block:
2929
link: classification-quick-scan/#form
3030
---
3131

32-
{{< webapp id="webapp" appId="AIActWizard" stylesheet="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.css" src="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.js" title="" >}}
32+
{{< webapp id="webapp" appId="AIActWizard" title="" >}}
33+
34+
<style>
35+
/* Styling for form-group elements inside #AIActWizard */
36+
#AIActWizard .form-group {
37+
display: block;
38+
}
39+
40+
/* Styling for form-group elements header labels inside #AIActWizard */
41+
#AIActWizard .form-group .form-label {
42+
margin-left: 0;
43+
color: black;
44+
}
45+
46+
/* Styling for intermediate-output labels in #AIActWizard */
47+
#AIActWizard .intermediate-output label {
48+
font-weight: 700;
49+
}
50+
51+
/* Styling for intermediate-output textareas in #AIActWizard */
52+
#AIActWizard .intermediate-output textarea {
53+
border: none;
54+
background-color: transparent;
55+
resize: none;
56+
width: 100%;
57+
height: auto;
58+
padding: 0;
59+
margin: 0;
60+
font-size: inherit;
61+
font-family: inherit;
62+
line-height: inherit;
63+
color: inherit;
64+
overflow: hidden;
65+
white-space: pre-wrap;
66+
word-wrap: break-word;
67+
}
68+
</style>

content/nederlands/technical-tools/documentation/AI-system-classification.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)