feat:liste_avant_apres prête
This commit is contained in:
10
css/avant_apres.css
Normal file
10
css/avant_apres.css
Normal file
@@ -0,0 +1,10 @@
|
||||
/*=============================================================================
|
||||
Image Preview Styles
|
||||
=============================================================================*/
|
||||
|
||||
.img-preview {
|
||||
max-width: 150px;
|
||||
border-radius: 8px;
|
||||
display: none;
|
||||
/* cachée tant qu'il n'y a pas d'image */
|
||||
}
|
||||
@@ -38,13 +38,4 @@ Header Navbar Styles
|
||||
}
|
||||
|
||||
|
||||
/*=============================================================================
|
||||
Image Preview Styles
|
||||
=============================================================================*/
|
||||
|
||||
.img-preview {
|
||||
max-width: 150px;
|
||||
border-radius: 8px;
|
||||
display: none;
|
||||
/* cachée tant qu'il n'y a pas d'image */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user