Skip to content

Commit fd32b12

Browse files
committed
IOT-1416: Fixed numbered-list in new info-section of ODDK datatarget edit-UI..
1 parent 95451a2 commit fd32b12

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

src/app/applications/datatarget/opendatadk/opendatadk-edit/opendatadk-edit.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
</mat-expansion-panel-header>
4747
<ol>
4848
<li><p>
49-
1. {{ 'OPENDATADK.INTRO.PROCEDURE1' | translate }}
49+
{{ 'OPENDATADK.INTRO.PROCEDURE1' | translate }}
5050
<a href="https://www.opendata.dk/">https://www.opendata.dk/</a>
5151
</p></li>
52-
<li><p>2. {{ 'OPENDATADK.INTRO.PROCEDURE2' | translate }}</p></li>
53-
<li><p>3. {{ 'OPENDATADK.INTRO.PROCEDURE3' | translate }}</p></li>
52+
<li><p>{{ 'OPENDATADK.INTRO.PROCEDURE2' | translate }}</p></li>
53+
<li><p>{{ 'OPENDATADK.INTRO.PROCEDURE3' | translate }}</p></li>
5454
<li><p>
55-
4. {{ 'OPENDATADK.INTRO.PROCEDURE4' | translate }}
55+
{{ 'OPENDATADK.INTRO.PROCEDURE4' | translate }}
5656
<a href="http://admin.opendata.dk/">{{ 'OPENDATADK.INTRO.PROCEDURE4_LINK' | translate }}</a>
5757
</p></li>
5858
</ol>
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
.form-info-icon {
2-
margin-left: 5px;
3-
cursor: pointer;
1+
@import 'src/assets/scss/setup/fonts';
2+
3+
:host {
4+
.form-info-icon {
5+
margin-left: 5px;
6+
cursor: pointer;
7+
}
8+
mat-expansion-panel ol {
9+
padding-left: 20px;
10+
li {
11+
font-family: $font-name, system;
12+
display: list-item;
13+
}
14+
}
415
}

0 commit comments

Comments
 (0)