Skip to content

Commit 907dc98

Browse files
author
leonardofreitas
committed
Adding title in the dialog
1 parent 107614e commit 907dc98

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

dist/session-timeout.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/custom-theme.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<style>
1212
.sessionTimeout { background-color: rgba(0, 0, 0, 0.9); }
1313
.sessionTimeout-modal { border-radius: 20px; }
14+
.sessionTimeout-title { border-top-right-radius: 20px; border-top-left-radius: 20px; }
1415
.sessionTimeout-buttons { text-align: center; }
1516
.sessionTimeout-btn { border-radius: 10px; }
1617
.sessionTimeout-btn--primary { background-color: magenta; }

0 commit comments

Comments
 (0)