File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed
src/app/applications/datatarget/opendatadk/opendatadk-edit Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments