Skip to content

Commit 2e331aa

Browse files
authored
Merge pull request #96 from OS2Forms/OS-72_Styling_af_nemlogin
OS-72: Styling af NemLog-in autologout pop-up
2 parents 3f760d3 + fab2fcf commit 2e331aa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1414
- Adding Lat and Long fetching to DataAddress
1515
- [#84](https://github.com/OS2Forms/os2forms/pull/84)
1616
Added digital post test command.
17+
- [#96](https://github.com/OS2Forms/os2forms/pull/96)
1718

1819
## [3.14.1] 2024-01-16
1920

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
.ui-dialog:not(.ui-dialog-off-canvas) {
1+
.ui-dialog:not(.ui-dialog-off-canvas,
2+
.os2web-nemlogin-autologout-dialog) {
23
width: 70vw!important;
34
}
5+
6+
7+
.ui-dialog-titlebar-close:before {
8+
content: '\2716';
9+
position: absolute;
10+
transform: translateX(-50%) translateY(-45%);
11+
font-size: 12px;
12+
left: 50%;
13+
top: 50%;
14+
}

0 commit comments

Comments
 (0)