Display: Fix styles

pull/6036/head
Angel Fernando Quiroz Campos 8 months ago
parent ca93aac4d8
commit 5a4608d1e6
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 4
      assets/css/app.scss
  2. 2
      assets/css/scss/atoms/_inputgroup.scss
  3. 2
      assets/vue/components/basecomponents/BaseButton.vue

@ -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 = ""

Loading…
Cancel
Save