File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
example/src/main/resources/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ <h2 class="adding-signature">Sign a document</h2>
2323 </ div >
2424 < div id ="file-name "> </ div >
2525 < p class ="text-center p-4 ">
26- < button id ="webeid-sign-button " class ="btn btn-info " style ="display: none; "> Sign container</ button >
26+ < button id ="webeid-sign-button " class ="btn btn-primary " style ="display: none; "> Sign container</ button >
2727 < button id ="webeid-download-button " class ="btn btn-success " style ="display: none; "> Download container</ button >
2828 </ p >
2929 </ div >
30- < button id ="webeid-logout-button " class ="btn btn-info "> Logout</ button >
30+ < button id ="webeid-logout-button " class ="btn btn-primary "> Logout</ button >
3131 </ div >
3232 </ div >
3333 < div id ="error-message " class ="alert alert-danger " style ="display: none; " role ="alert ">
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ <h2 class="adding-signature">Digital signing</h2>
3939 < pre class ="details "> </ pre >
4040 </ div >
4141 < p class ="text-center p-4 ">
42- < button id ="webeid-sign-button " class ="btn btn-info "> Sign document</ button >
42+ < button id ="webeid-sign-button " class ="btn btn-primary "> Sign document</ button >
4343 < button id ="webeid-download-button " class ="btn btn-success " style ="display: none; "> Download container
4444 </ button >
4545 </ p >
4646 </ div >
47- < button id ="webeid-logout-button " class ="btn btn-info "> Logout</ button >
47+ < button id ="webeid-logout-button " class ="btn btn-primary "> Logout</ button >
4848 </ div >
4949</ div >
5050
You can’t perform that action at this time.
0 commit comments