Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
modif style
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 27, 2024
1 parent 702e5e0 commit 85c76a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="text-left">Templates de VMs</h1>
}

function createVmForm(vm) {
var infoContainer = $('<div>').addClass('card-body');;
var infoContainer = $('<div>').addClass('card-body text-black');;
var icon = $('<i>').addClass('bi bi-pc-display');
var img = $('<div>').addClass('text-center').append(icon);
var cardBody = $('<div>').addClass('card-body');
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ <h5 class="modal-title" id="alertModalLabel"></h5>
margin: 20px;
}

.card {
/*.card {
width: 18rem;
margin: 10px;
}
}*/

body {
background-color: #343A40;
Expand Down

0 comments on commit 85c76a0

Please sign in to comment.