3
3
**********************************************************/
4
4
5
5
* {
6
- -webkit-user-select : none; /* Prevent copy paste for all elements except text fields */
7
- -webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 ); /* set highlight color for user interaction */
8
- -moz-tap-highlight-color : rgba (0 , 0 , 0 , 0 ); /* set highlight color for user interaction */
9
- -ms-touch-action : none;
10
- -moz-user-select : -moz-none
6
+ -webkit-user-select : none; /* Prevent copy paste for all elements except text fields */
7
+ -webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 ); /* set highlight color for user interaction */
8
+ -moz-tap-highlight-color : rgba (0 , 0 , 0 , 0 ); /* set highlight color for user interaction */
9
+ -ms-touch-action : none;
10
+ -moz-user-select : -moz-none;
11
11
-webkit-touch-callout : none; /* prevent the popup menu on any links*/
12
- margin : 0 ;
13
- padding : 0 ;
14
- -webkit-box-sizing : border-box;
15
- -moz-box-sizing : border-box;
16
- box-sizing : border-box;
12
+ margin : 0 ;
13
+ padding : 0 ;
14
+ -webkit-box-sizing : border-box;
15
+ -moz-box-sizing : border-box;
16
+ box-sizing : border-box;
17
17
}
18
18
19
19
body {
20
- overflow-x : hidden;
21
- -webkit-text-size-adjust : none;
22
- font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
23
- color : # 000 ;
24
- font-size : 14px ;
25
- display : -webkit-box;
20
+ overflow-x : hidden;
21
+ -webkit-text-size-adjust : none;
22
+ font-family : 'Helvetica Neue' , Helvetica, Arial, sans-serif;
23
+ color : # 000 ;
24
+ font-size : 14px ;
25
+ display : -webkit-box;
26
26
background : # CBD2D8 ;
27
27
/* We want to layout our first container vertically */
28
28
-webkit-box-orient : vertical;
29
29
/* we want our child elements to stretch to fit the container */
30
- -webkit-box-align : stretch;
30
+ -webkit-box-align : stretch;
31
31
} /* General styles that apply to elements not contained within other classes and styles */
32
32
33
33
@@ -615,4 +615,4 @@ body {
615
615
overflow-y : visible !important ;
616
616
overflow : visible !important ;
617
617
}
618
- }
618
+ }
0 commit comments