10 lines
335 B
CSS
10 lines
335 B
CSS
/*=============================================================================
|
|
Image Preview Styles
|
|
=============================================================================*/
|
|
|
|
.img-preview {
|
|
max-width: 150px;
|
|
border-radius: 8px;
|
|
display: none;
|
|
/* cachée tant qu'il n'y a pas d'image */
|
|
} |