From e4ebebf0b629720bc83590a3954667081f0cc9ac Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 9 Dec 2021 11:48:42 +0100 Subject: [PATCH] remove border for cal, place label for text date input --- .../date/list/day/day-list.component.html | 6 +-- .../date/list/day/day-list.component.scss | 14 +++++- .../step-three/step-three.component.html | 6 +-- src/styles/partials/_datepicker.scss | 44 +++++++++++++++++-- src/styles/variables.scss | 2 +- 5 files changed, 57 insertions(+), 15 deletions(-) diff --git a/src/app/features/administration/form/date/list/day/day-list.component.html b/src/app/features/administration/form/date/list/day/day-list.component.html index f4c9176b..3a678595 100644 --- a/src/app/features/administration/form/date/list/day/day-list.component.html +++ b/src/app/features/administration/form/date/list/day/day-list.component.html @@ -20,12 +20,10 @@
-
-
- JJ/MM/AAAA + JJ/MM/AAAA
diff --git a/src/app/features/administration/form/date/list/day/day-list.component.scss b/src/app/features/administration/form/date/list/day/day-list.component.scss index f65f5a6b..d8ca87b9 100644 --- a/src/app/features/administration/form/date/list/day/day-list.component.scss +++ b/src/app/features/administration/form/date/list/day/day-list.component.scss @@ -63,8 +63,20 @@ .delete-date { color: $secondary_color !important; - + border: 0; + background: transparent; .fa { color: $secondary_color !important; } + &:hover { + color: $white; + background-color: $primary_color; + } +} + +.format-helper { + font-style: normal; + font-weight: normal; + font-size: 14px; + line-height: 16px; } diff --git a/src/app/features/administration/form/steps/step-three/step-three.component.html b/src/app/features/administration/form/steps/step-three/step-three.component.html index 5d27f19d..589c0525 100644 --- a/src/app/features/administration/form/steps/step-three/step-three.component.html +++ b/src/app/features/administration/form/steps/step-three/step-three.component.html @@ -2,11 +2,7 @@ -