Files
myPostMortem/public/css/responsesAdmin.css

28 lines
570 B
CSS

.response-survey-item {
transition: all 0.2s ease;
border: 1px solid #e8e8e8;
background: white;
border-radius: 1rem;
}
.response-survey-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, .08) !important;
border-color: #d0d0d0;
}
.icon-box-stat {
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background-color: #f8f9fa;
border-radius: 0.75rem;
}
.response-survey-item h6 {
font-size: 0.9rem;
line-height: 1.3;
font-weight: 600;
}