summaryrefslogtreecommitdiff
path: root/src/main/resources/static/scss/_make_apointment.scss
diff options
context:
space:
mode:
authorAlisaLinUwU <alisalinuwu@gmail.com>2025-01-26 10:42:28 +0500
committerAlisaLinUwU <alisalinuwu@gmail.com>2025-01-26 10:42:28 +0500
commit0225bdb772d1334cc1aa7ab0fc3678df0864df6b (patch)
tree85a8c8e4fcf1d935fcbad54886b73410c8cb2e26 /src/main/resources/static/scss/_make_apointment.scss
Initializemain
Diffstat (limited to 'src/main/resources/static/scss/_make_apointment.scss')
-rw-r--r--src/main/resources/static/scss/_make_apointment.scss79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/main/resources/static/scss/_make_apointment.scss b/src/main/resources/static/scss/_make_apointment.scss
new file mode 100644
index 0000000..9d7b3f5
--- /dev/null
+++ b/src/main/resources/static/scss/_make_apointment.scss
@@ -0,0 +1,79 @@
+.make_apppointment_area{
+ padding-top: 150px;
+ padding-bottom: 120px;
+ background: #fdf9f6;
+ @media #{$mobile_device} {
+ padding-top: 60px;
+ padding-bottom: 30px;
+ }
+ .appoint_ment_form{
+ margin-bottom: 30px;
+ form{
+ .single_field{
+ margin-bottom: 32px;
+ input,textarea{
+ width: 100%;
+ border: 0;
+ padding-bottom: 3px;
+ border-bottom: 1px solid #c1c1c1;
+ padding-left: 10px;
+ height: 50px;
+ font-family: $font2;
+ color: #000;
+ background: transparent ;
+ &::placeholder{
+ color: #96989a;
+ font-weight: 400;
+ font-family: $font2;
+ }
+ &:focus{
+ outline: none;
+ }
+ }
+ textarea{
+ resize: none;
+ margin-top: 41px;
+ padding: 11px 20px 14px 10px;
+ }
+ &:last-child{
+ margin-bottom: 0;
+ }
+ }
+
+ button{
+ transition: .3s;
+ cursor: pointer;
+ }
+ p{
+ margin-top: 17px;
+ margin-bottom: 40px;
+ font-size: 16px;
+ font-weight: 400;
+ color: #464444;
+ line-height: 30px;
+ }
+ }
+ }
+
+ // appointMent_info
+ .appointMent_info{
+ .single_appontment{
+ margin-bottom: 36px;
+ h4{
+ font-size: 18px;
+ color: #4a4948;
+ font-weight: 400;
+ }
+ p{
+ font-size: 16px;
+ line-height: 30px;
+ color: #7f7f7f;
+ font-weight: 400;
+ margin-bottom: 0;
+ span{
+ flex: 50% 0 0;
+ }
+ }
+ }
+ }
+} \ No newline at end of file