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 @@ -
+