Security/ Package Name changes
[portal.git] / ecomp-portal-FE-common / client / app / styles / reset.less
1 /*-
2  * ============LICENSE_START==========================================
3  * ONAP Portal
4  * ===================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ===================================================================
7  *
8  * Unless otherwise specified, all software contained herein is licensed
9  * under the Apache License, Version 2.0 (the "License");
10  * you may not use this software except in compliance with the License.
11  * You may obtain a copy of the License at
12  *
13  *             http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  *
21  * Unless otherwise specified, all documentation contained herein is licensed
22  * under the Creative Commons License, Attribution 4.0 Intl. (the "License");
23  * you may not use this documentation except in compliance with the License.
24  * You may obtain a copy of the License at
25  *
26  *             https://creativecommons.org/licenses/by/4.0/
27  *
28  * Unless required by applicable law or agreed to in writing, documentation
29  * distributed under the License is distributed on an "AS IS" BASIS,
30  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31  * See the License for the specific language governing permissions and
32  * limitations under the License.
33  *
34  * ============LICENSE_END============================================
35  *
36  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
37  */
38  html, body, div, span, applet, object, iframe,
39 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
40 a, abbr, acronym, address, big, cite, code,
41 del, dfn, em, img, ins, kbd, q, s, samp,
42 small, strike, strong, sub, sup, tt, var,
43 b, u, i, center,
44 dl, dt, dd, ol, ul, li,
45 fieldset, form, label, legend,
46 table, caption, tbody, tfoot, thead, tr, th, td,
47 article, aside, canvas, details, embed,
48 figure, figcaption, footer, header, hgroup,
49 menu, nav, output, ruby, section, summary,
50 time, mark, audio, video {
51         margin: 0;
52         padding: 0;
53         border: 0;
54         font-size: 100%;
55         font: inherit;
56         vertical-align: baseline;
57 }
58 /* HTML5 display-role reset for older browsers */
59 article, aside, details, figcaption, figure,
60 footer, header, hgroup, menu, nav, section {
61         display: block;
62 }
63 body {
64         line-height: 1;
65 }
66 ol, ul {
67         list-style: none;
68 }
69 blockquote, q {
70         quotes: none;
71 }
72 blockquote:before, blockquote:after,
73 q:before, q:after {
74         content: '';
75         content: none;
76 }
77 table {
78         border-collapse: collapse;
79         border-spacing: 0;
80 }
81 .clearfix:before,
82 .clearfix:after { content: ""; display: table; }
83 .clearfix:after { clear: both; }
84 .clearfix { zoom: 1;}
85
86 * {
87     box-sizing: border-box;
88 }
89
90 input[type=number]::-webkit-inner-spin-button,
91 input[type=number]::-webkit-outer-spin-button {
92         -webkit-appearance: none;
93         margin: 0;
94 }
95 input[type=number] {
96         -moz-appearance:textfield;
97 }