@ -787,10 +787,6 @@ form .field {
@apply w-full md:w-1/2 px-4;
}
.section-header__title {
@apply mt-4;
.stats_table {
thead th {
@apply bg-gray-20 text-gray-90 font-semibold text-left px-4 py-3 border-b border-gray-30;
@ -59,7 +59,7 @@
.p-inputgroup-addon {
@apply flex items-center justify-center bg-white border-t border-l border-b border-support-3 px-4 py-3
@apply flex items-center justify-center bg-white border-t border-l border-b border-support-3 px-4 py-2
last:border-r last:rounded-r-lg
first:rounded-l-lg;
@ -92,7 +92,7 @@ const primePlainProperty = computed(() => {
const buttonClass = computed(() => {
if (props.onlyIcon) {
return "p-3 text-tertiary hover:bg-tertiary-gradient/30"
return "text-tertiary hover:bg-tertiary-gradient/30"
let result = ""