work on diet plan

This commit is contained in:
sonal
2020-08-04 11:57:11 +05:30
parent 54472af83b
commit d32f648b75
61 changed files with 2858 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
.scs_contactus_form{
border-radius: 0px !important;
background-color: transparent;
color: #ffffff;
border: 2px solid #ffffff;
}
.scs_contactus_form:-webkit-input-placeholder {
color: #ffffff;
}
.scs_contactus_form:-moz-placeholder { /* Firefox 18- */
color: #ffffff;
}
.scs_contactus_form::-moz-placeholder { /* Firefox 19+ */
color: #ffffff;
}
.scs_contactus_form:-ms-input-placeholder {
color: #ffffff;
}
.scs_contactus_setting{
margin-left: 0px !important;
margin-right: 0px !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

View File

@@ -0,0 +1,7 @@
<templates>
<t t-name="FieldOdooUrl" t-extend="FieldEmail">
<t t-jquery="span" t-operation="inner">
<a target="_blank" class="o_form_uri" href="#"></a>
</t>
</t>
</templates>