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

modal-dialog

parent 611d1d5d
Branches
No related tags found
No related merge requests found
...@@ -162,6 +162,16 @@ .mc-button.lang img { ...@@ -162,6 +162,16 @@ .mc-button.lang img {
.mc-button.lang .title { .mc-button.lang .title {
padding-bottom: 0; padding-bottom: 0;
} }
/* Fin du btn minecraft */
/* Modification du modal par défaut */
.modal-dialog{
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.modal-title{ .modal-title{
font-family: "Proxima Nova Bold"!important; font-family: "Proxima Nova Bold"!important;
color: white!important; color: white!important;
......
...@@ -48,9 +48,6 @@ ...@@ -48,9 +48,6 @@
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title">Rejoindre le serveur</h5> <h5 class="modal-title">Rejoindre le serveur</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment