From 63a274223423fc7d683f7e4e4d27fa24081bc04f Mon Sep 17 00:00:00 2001 From: Grigorii Prudnikov Date: Sat, 16 Sep 2023 22:22:26 +0500 Subject: [PATCH] Delete unuable icons --- components/Layers/Houses/CardContent/CardContent.module.css | 2 +- .../Layers/Houses/HealthProgress/HealthProgress.module.css | 3 ++- components/UI/Card/components/Info/Info.module.css | 4 ++-- public/health-progress-broken-heart.svg | 4 ---- public/health-progress-heart.svg | 4 ---- 5 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 public/health-progress-broken-heart.svg delete mode 100644 public/health-progress-heart.svg diff --git a/components/Layers/Houses/CardContent/CardContent.module.css b/components/Layers/Houses/CardContent/CardContent.module.css index c8be96f2..85845210 100644 --- a/components/Layers/Houses/CardContent/CardContent.module.css +++ b/components/Layers/Houses/CardContent/CardContent.module.css @@ -5,5 +5,5 @@ } .popup__emergencyLabel { - margin-bottom: 12px; + margin: 0 0 12px } \ No newline at end of file diff --git a/components/Layers/Houses/HealthProgress/HealthProgress.module.css b/components/Layers/Houses/HealthProgress/HealthProgress.module.css index 486bcf3f..4ed0b9dd 100644 --- a/components/Layers/Houses/HealthProgress/HealthProgress.module.css +++ b/components/Layers/Houses/HealthProgress/HealthProgress.module.css @@ -4,7 +4,8 @@ } .health_progress__track { - width: 289px; + width: 100%; + max-width: 289px; display: grid; background-color: #38465f; border-radius: 5px; diff --git a/components/UI/Card/components/Info/Info.module.css b/components/UI/Card/components/Info/Info.module.css index 32b2fd10..4145f3ca 100644 --- a/components/UI/Card/components/Info/Info.module.css +++ b/components/UI/Card/components/Info/Info.module.css @@ -22,6 +22,6 @@ } -.info__text > span { - margin-right: 12px; +.info__text { + gap: 12px; } diff --git a/public/health-progress-broken-heart.svg b/public/health-progress-broken-heart.svg deleted file mode 100644 index 68c193a9..00000000 --- a/public/health-progress-broken-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/public/health-progress-heart.svg b/public/health-progress-heart.svg deleted file mode 100644 index e250f079..00000000 --- a/public/health-progress-heart.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -