Files
myPostMortem/public/css/surveysAdmin.css

21 lines
415 B
CSS

.survey-table-card {
border: none !important;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
border-radius: 1rem !important;
}
.survey-table-card .card-header {
border-radius: 1rem 1rem 0 0 !important;
}
.survey-title-container a {
transition: color 0.2s;
}
.survey-title-container a:hover {
color: #4e73df !important;
}
.copy-btn-success {
color: #1cc88a !important;
}