Skip to content
Snippets Groups Projects
Commit f9112d69 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

better modal

parent f21b14cd
Branches
No related tags found
No related merge requests found
......@@ -179,11 +179,17 @@ .modal-content{
.modal-title{
font-family: "Proxima Nova Bold"!important;
color: white!important;
border-top: 0!important;
}
.modal-header{
background-color: #000!important;
padding: .25rem 1rem!important;
}
.modal-body{
padding: .25rem 1rem!important;
color: white!important;
}
.modal-footer{
padding: .25rem 1rem!important;
border-top: 0!important;
}
\ No newline at end of file
......@@ -45,7 +45,7 @@
<!-- connectModal -->
<div class="modal fade" id="connectModal">
<div class="modal-dialog">
<div class="modal-content" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wool-white.png');">
<div class="modal-content" style="background-image: url('<?=getWebsiteSetting("websiteUrl")?>data/images/backgrounds/bg-wood-dark.png');">
<div class="modal-header">
<h5 class="modal-title">Rejoindre le serveur</h5>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment