From 8a6ed763dfb534d391cf1d53bb8ffd3181d9292a Mon Sep 17 00:00:00 2001 From: ncoronel Date: Thu, 2 Jul 2026 09:16:33 -0300 Subject: [PATCH] feat: enhance icon button and quantity selector styles for improved UI and functionality --- .../icon-button/icon-button.component.scss | 16 +++++++-- .../quantity-selector.component.html | 8 ++--- .../quantity-selector.component.scss | 34 +++++++------------ 3 files changed, 30 insertions(+), 28 deletions(-) diff --git a/src/app/shared/components/icon-button/icon-button.component.scss b/src/app/shared/components/icon-button/icon-button.component.scss index d4ef0dd..5ed4991 100644 --- a/src/app/shared/components/icon-button/icon-button.component.scss +++ b/src/app/shared/components/icon-button/icon-button.component.scss @@ -12,14 +12,18 @@ padding: 4px; margin: 0; color: #666666; - font-size: 20px; cursor: pointer; outline: none; transition: color 0.15s ease-in-out, transform 0.1s ease-in-out; border-radius: 4px; i { - display: inline-block; + display: inline-flex; + align-items: center; + justify-content: center; + width: 13px; + height: 13px; + font-size: 13px; line-height: 1; } @@ -62,3 +66,11 @@ :host(.hover-preview) .icon-btn--trash:not(:disabled) { color: var(--tenant-danger); } + +.icon-btn--user { + i { + width: 23px; + height: 23px; + font-size: 23px; + } +} diff --git a/src/app/shared/components/quantity-selector/quantity-selector.component.html b/src/app/shared/components/quantity-selector/quantity-selector.component.html index a9614a7..2d834e6 100644 --- a/src/app/shared/components/quantity-selector/quantity-selector.component.html +++ b/src/app/shared/components/quantity-selector/quantity-selector.component.html @@ -1,7 +1,7 @@ -
+