From 3aee0bcca2c39d35ee7a94fd57896059842d5f65 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 6 Jul 2023 20:01:27 +0300 Subject: [PATCH] Contact us: Change class of inputs to flat --- contact-us/contact-us.component.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/contact-us/contact-us.component.html b/contact-us/contact-us.component.html index ad78e795..d77fa795 100644 --- a/contact-us/contact-us.component.html +++ b/contact-us/contact-us.component.html @@ -4,27 +4,27 @@
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('name')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('surname')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('email')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('job')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('affiliation')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('community')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('organization')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('organizationType')" [options]="organizationTypes">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('subject')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('message')">
+ [inputClass]="'flat' + (smallForm?' x-small':'')" [formInput]="contactForm.get('description')">