diff --git a/assets/css/app.scss b/assets/css/app.scss index 6428ef368d..10c4664734 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -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; diff --git a/assets/css/scss/atoms/_inputgroup.scss b/assets/css/scss/atoms/_inputgroup.scss index ba81ba6e23..eb40673231 100644 --- a/assets/css/scss/atoms/_inputgroup.scss +++ b/assets/css/scss/atoms/_inputgroup.scss @@ -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; } diff --git a/assets/vue/components/basecomponents/BaseButton.vue b/assets/vue/components/basecomponents/BaseButton.vue index 798a723bbf..0025c22975 100644 --- a/assets/vue/components/basecomponents/BaseButton.vue +++ b/assets/vue/components/basecomponents/BaseButton.vue @@ -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 = ""