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