|
|
|
@ -72,6 +72,195 @@ |
|
|
|
|
padding: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table { |
|
|
|
|
@apply border-collapse w-full; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table thead th { |
|
|
|
|
@apply bg-gray-20 text-gray-90 font-semibold text-left px-4 py-3 border-b border-gray-30 border-l border-r border-gray-30 text-center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table tbody td { |
|
|
|
|
@apply px-4 py-3 border-b border-gray-30 border-l border-r border-gray-30; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table tbody tr:nth-child(odd) { |
|
|
|
|
@apply bg-gray-5; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table tbody tr:hover { |
|
|
|
|
background-color: #eff6ff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table .checkbox label { |
|
|
|
|
@apply pl-4; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table i.mdi { |
|
|
|
|
@apply align-middle; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table .mdi::before { |
|
|
|
|
@apply inline-block; |
|
|
|
|
font-size: inherit; |
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
text-rendering: optimizeLegibility; |
|
|
|
|
transform: translate(0, 0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#question_list { |
|
|
|
|
font-family: Arial, sans-serif; |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
.row, |
|
|
|
|
.header_operations .row > div, |
|
|
|
|
.header_operations .row > div > a, |
|
|
|
|
.header_operations .row > div > a > i { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header_operations .row > div { |
|
|
|
|
flex: 1; |
|
|
|
|
padding: 0.75rem 1rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.question { |
|
|
|
|
flex: 2 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.type, |
|
|
|
|
.category, |
|
|
|
|
.level, |
|
|
|
|
.score, |
|
|
|
|
.btn-actions { |
|
|
|
|
flex: 1; |
|
|
|
|
justify-content: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.level, |
|
|
|
|
.score, |
|
|
|
|
.btn-actions { |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header_operations .xs { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.row:first-child { |
|
|
|
|
font-weight: bold; |
|
|
|
|
background-color: #f8f9fa; |
|
|
|
|
border: 1px solid #ddd; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn-actions .edition { |
|
|
|
|
gap: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.btn-actions .edition a { |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
i.mdi { |
|
|
|
|
font-size: 16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ui-sortable-handle { |
|
|
|
|
font-size: 25px !important; |
|
|
|
|
margin-right: 5px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.question-header { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
background-color: #f8f9fa; |
|
|
|
|
padding: 15px; |
|
|
|
|
border: 1px solid #ddd; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
|
|
> div { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
text-align: center; |
|
|
|
|
padding: 0.75rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.col-sm-5 { |
|
|
|
|
flex: 3; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.col-sm-1 { |
|
|
|
|
flex: 2 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.col-sm-2 { |
|
|
|
|
flex: 2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.col-sm-1.text-right, |
|
|
|
|
.col-sm-2.text-right { |
|
|
|
|
justify-content: flex-end; |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
> div { |
|
|
|
|
text-align: left; |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 0.5rem 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.question-list-description-block { |
|
|
|
|
background-color: #fff; |
|
|
|
|
border: 1px solid #ddd; |
|
|
|
|
padding: 15px; |
|
|
|
|
margin-top: -1px; |
|
|
|
|
border-radius: 0 0 4px 4px; |
|
|
|
|
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); |
|
|
|
|
|
|
|
|
|
.lead { |
|
|
|
|
font-size: 1.25rem; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.question_options { |
|
|
|
|
padding: 10px; |
|
|
|
|
background-color: #f8f9fa; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
|
|
|
|
|
input[type="text"] { |
|
|
|
|
width: auto; |
|
|
|
|
margin: 0 5px; |
|
|
|
|
padding: 5px; |
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
|
|
.question_options { |
|
|
|
|
padding: 5px; |
|
|
|
|
|
|
|
|
|
input[type="text"] { |
|
|
|
|
padding: 4px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.question_menu { |
|
|
|
|
@apply p-4 flex flex-row gap-1; |
|
|
|
|
} |
|
|
|
|