From 2148903389e451a7b0d1662fd255487b403fa990 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Tue, 13 Apr 2021 12:13:58 +0530 Subject: added reposnvie design for small & mobile screen --- frontend/src/components/Inputs/Password.js | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'frontend/src/components/Inputs') diff --git a/frontend/src/components/Inputs/Password.js b/frontend/src/components/Inputs/Password.js index 099aae4..c242b45 100644 --- a/frontend/src/components/Inputs/Password.js +++ b/frontend/src/components/Inputs/Password.js @@ -1,14 +1,17 @@ import React from "react"; -import {Labelled} from "../decorators/Labelled"; -import {Input} from "../Common/Input"; +import { Labelled } from "../decorators/Labelled"; +import { Input } from "../Common/Input"; -export const Password = (props) => - - \ No newline at end of file +export const Password = (props) => ( + + + +); -- cgit v1.2.3