summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/pages/contact-us/contact-us.component.scss
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2019-12-12 18:36:51 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2019-12-12 18:40:13 +0530
commit89498fdaf633640c04f9179e0d1514a89f36a18e (patch)
treec1c092efb0e1fd8810dfb222c197fa177b1a4792 /portal-FE-common/src/app/pages/contact-us/contact-us.component.scss
parentfa65ff3142f318ae308a5271e5c33d1933e58b58 (diff)
Added Contact-Us Component and Service
Added Contact-Us Component and Service Issue-ID: PORTAL-795 Change-Id: Iee3fc35385aada55ab37a809a55b0ba254d84c89 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-common/src/app/pages/contact-us/contact-us.component.scss')
-rw-r--r--portal-FE-common/src/app/pages/contact-us/contact-us.component.scss74
1 files changed, 74 insertions, 0 deletions
diff --git a/portal-FE-common/src/app/pages/contact-us/contact-us.component.scss b/portal-FE-common/src/app/pages/contact-us/contact-us.component.scss
new file mode 100644
index 00000000..b3fb8d6a
--- /dev/null
+++ b/portal-FE-common/src/app/pages/contact-us/contact-us.component.scss
@@ -0,0 +1,74 @@
+
+/*-
+ * ============LICENSE_START==========================================
+ * ONAP Portal
+ * ===================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * ===================================================================
+ *
+ * Unless otherwise specified, all software contained herein is licensed
+ * under the Apache License, Version 2.0 (the "License");
+ * you may not use this software except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * Unless otherwise specified, all documentation contained herein is licensed
+ * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
+ * you may not use this documentation except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * https://creativecommons.org/licenses/by/4.0/
+ *
+ * Unless required by applicable law or agreed to in writing, documentation
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * ============LICENSE_END============================================
+ *
+ *
+ */
+.w-ecomp-contactUs-home .contactUs-txt {
+ font-weight: 400;
+ color: #666;
+ font-size: 15px;
+ font-family: Omnes-ECOMP-W02-Medium,Arial;
+ margin: 10px;
+}
+
+.w-ecomp-contactUs-home .contactUs-home-container .contactUs-general-div {
+ margin: auto!important;
+ padding-top: 15px;
+ padding-bottom: 15px;
+ margin-top: 0;
+ margin-right: 0;
+ margin-left: 0;
+ margin-bottom: 0;
+ width: 1170px;
+}
+
+.w-ecomp-contactUs-home .w-ecomp-main-view-title {
+ font-family: Omnes-ECOMP-W02,Arial;
+ font-size: 20px;
+}
+
+button#edit-button-contact-us {
+ float: right;
+}
+
+.container th{
+ padding-bottom: 15px;
+ font-weight: bold;
+}
+
+.w-ecomp-contactUs-home .contactUs-collapsible-panel {
+ margin: auto;
+}