diff --git a/frontend/src/components/css/adminLogin.css b/frontend/src/components/css/adminLogin.css new file mode 100644 index 0000000..0430919 --- /dev/null +++ b/frontend/src/components/css/adminLogin.css @@ -0,0 +1,79 @@ +@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Sansita+Swashed:wght@700&display=swap'); +*{ + margin: 0; + padding: 0; +} +.container{ + height: 100vh; +} +.container::before{ + content: ""; + background: url('../img/bgAdmin.jpg') no-repeat center center fixed; + background-size: cover; + position: absolute; + width: 100%; + height: 100%; + z-index: -1; +} +.signin-container{ + width: 30%; + color: white; + position: absolute; + top: 30%; + left: 35%; +} +.signin-container h1{ + text-align: center; + font-size: 50px; + border-bottom: 2px solid purple; + padding: 5px 15px; + margin-bottom: 45px; + font-family: cursive; +} +.box{ + width: 100%; + margin: 12px 0px; + border-bottom: 2px solid purple; +} +.box FontAwesomeIcon{ + width:25px; + text-align: center; + padding: 0px 12px; +} +.box input{ + font-size: 20px; + outline: none; + width: 75%; + padding: 5px 10px; + text-align: center; + border: none; + border-radius: 10px; + background: none; + color: white; + margin-left: 30px; +} +.btn-signin{ + cursor: pointer; + font-size: 20px; + padding: 5px 10px; + border: 2px solid purple; + border-radius: 10px; + outline: none; + color: white; + display: block; + width: 45%; + margin: 20px auto; + background: none; + font-family: 'Pacifico', cursive; + font-weight: bold; +} +.btn-signin:hover{ + background-color: white; + color: purple; + opacity: 0.5; +} +.msg{ + color: red; + text-align: center; + margin-bottom: 20px; +} \ No newline at end of file diff --git a/frontend/src/components/css/home.css b/frontend/src/components/css/home.css new file mode 100644 index 0000000..7a926e6 --- /dev/null +++ b/frontend/src/components/css/home.css @@ -0,0 +1,108 @@ +@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap'); +*{ + margin: 0; + padding: 0; +} +.firstSection{ + height: 90vh; +} +.main-box{ + display: flex; + justify-content: center; + align-items: center; + color: white; + max-width: 75%; + height: 75%; + margin: auto; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.firstHalf{ + display: flex; + flex-direction: column; + justify-content: center; + width: 70%; +} +.secondHalf{ + width: 30%; +} +.secondHalf img{ + display: block; + margin: auto; + width: 50%; + border: 2px solid white; + border-radius: 94px; +} +.text-big{ + font-size: 45px; + padding: 12px 0; + font-weight: bold; +} +.text-small{ + font-size: 20px; +} +.btn{ + font-size: 16px; + padding: 5px 15px; + border: 2px solid white; + border-radius: 25px; + background: none; + color: white; + margin: 10px 5px; + outline: none; + cursor: pointer; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.btn-dark{ + color: black; + border: 2px solid gray; +} +.btn:hover{ + background-color: rgb(194, 189, 189,0.54); +} +.btn-small{ + padding: 3px 10px; + vertical-align: middle; + font-size: 15px; +} +.section{ + /* height: 420px; */ + display: flex; + align-items: center; + justify-content: space-evenly; + max-width: 80%; + margin: auto; + font-family: 'Ubuntu', sans-serif; + padding: 10px; +} +.para{ + padding: 0 65px; +} +.sectionTag{ + font-size: 35px; +} +.sectionSubTag{ + font-size: 18px; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.section-left{ + flex-direction: row-reverse; +} +.thumbnail img{ + width: 220px; + border: 2px solid black; + border-radius: 25px; + margin-top: 15px; +} +.contact{ + background-color: #e6e6e6; + height: 614px; +} +.subHeading{ + text-align: center; + /* padding: 5px 0; */ + padding-top: 12px; + font-size: 35px; + font-family: 'Ubuntu', sans-serif; +} + diff --git a/frontend/src/components/css/nav.css b/frontend/src/components/css/nav.css new file mode 100644 index 0000000..40c6231 --- /dev/null +++ b/frontend/src/components/css/nav.css @@ -0,0 +1,110 @@ +@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap'); +*{ + margin: 0; + padding: 0; +} +.smallnav{ + display: flex; + align-items: center; + background-color: #e8e8e4; +} +.smallnav-info{ + display: flex; + padding: 7px 20px; + margin: 0 60px; +} +.smallnav-info FontAwesomeIcon{ + margin: 0px 6px; +} +.icon{ + display: flex; + position: absolute; + right: 5%; +} +.icondesign{ + display: inline; + margin: 0px 6px; +} +.logo{ + width: 20%; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + left: 0; +} +.logo img{ + width: 60%; + border: none; +} +.navbar{ + display: flex; + align-items: center; + justify-content: center; + position: sticky; + top: 0; + cursor: pointer; +} +.nav-list{ + display: flex; + align-items: center; + width: 50%; +} +.nav-list li{ + list-style: none; + padding: 22px 20px; +} +li a{ + color: white; + text-decoration: none; +} + +.listdesign{ + text-decoration: none; + color: white; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.active{ + color: gray; + border-bottom: 2px solid gray; +} + +.listdesign:hover{ + color: gray; +} +.right-nav{ + width: 20%; + text-align: right; + position: absolute; + right: 0; +} +#search{ + padding: 5px; + border: 2px solid gray; + border-radius: 20px; + outline: none; +} +.background{ + background: rgba(18, 18, 54, 0.5) url('../img/bg.jpg'); + background-size: cover; + background-blend-mode: darken; +} +.btn{ + font-size: 16px; + padding: 5px 15px; + border: 2px solid white; + border-radius: 25px; + background: none; + color: white; + margin: 10px 5px; + outline: none; + cursor: pointer; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.btn-small{ + padding: 3px 10px; + vertical-align: middle; + font-size: 15px; +} \ No newline at end of file diff --git a/frontend/src/components/css/newAppointment.css b/frontend/src/components/css/newAppointment.css new file mode 100644 index 0000000..7c31ef7 --- /dev/null +++ b/frontend/src/components/css/newAppointment.css @@ -0,0 +1,59 @@ +.appointment{ + background-color: #e6e6e6; + height: 135vh; +} +.subHeading{ + text-align: center; + padding-top: 12px; + font-size: 35px; + font-family: 'Ubuntu', sans-serif; +} +.form{ + max-width: 80%; + display: block; + margin: 25px auto; +} +.formInput{ + width: 80%; + display: block; + margin: auto; + color: gray; + font-size: 18px; + margin-top: 15px; + padding: 3px 10px; + border: 2px solid gray; + border-radius: 15px; + outline: none; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.datetime{ + color: gray; +} +.widthfix{ + width:82%; +} +.btn-submit{ + display : block; + font-size: 16px; + padding: 5px 15px; + border: 2px solid white; + border-radius: 25px; + background: none; + color: white; + margin: 10px auto; + outline: none; + cursor: pointer; + font-size: 18px; + font-family: 'Ubuntu', sans-serif; +} +.btn-dark{ + color: black; + border: 2px solid gray; +} +.btn-submit:hover{ + background-color: rgb(194, 189, 189,0.54); +} +.note{ + color: red; + text-align: center; +} \ No newline at end of file