Update: CC interno
This commit is contained in:
@@ -132,6 +132,12 @@
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.bg-responsive {
|
||||
background: #e3e6e7;
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* En pantallas md (>=768px) mostrar el triángulo apuntando hacia la izquierda */
|
||||
@media (min-width: 768px) {
|
||||
.bubble:after {
|
||||
@@ -570,7 +576,7 @@
|
||||
|
||||
const html = `<div class="text-center w-100 overflow-hidden">
|
||||
<img src="img/actividad/${imageName}" class="img-fluid animate__animated animate__flipInY">
|
||||
<p class="text-secondary">${feedback}</p>
|
||||
<p class="text-secondary bg-responsive">${feedback}</p>
|
||||
</div>`;
|
||||
|
||||
if (isCorrect) {
|
||||
|
||||
Reference in New Issue
Block a user