|
@@ -7,6 +7,8 @@
|
|
|
* @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
|
|
* @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
+@import "__init.styl"
|
|
|
|
|
+
|
|
|
a,
|
|
a,
|
|
|
abbr,
|
|
abbr,
|
|
|
address,
|
|
address,
|
|
@@ -102,21 +104,25 @@ body
|
|
|
padding: 0
|
|
padding: 0
|
|
|
width: 100%
|
|
width: 100%
|
|
|
height: 100%
|
|
height: 100%
|
|
|
- // overflow-y: visible !important
|
|
|
|
|
|
|
+ overflow-y: visible !important
|
|
|
|
|
|
|
|
- -webkit-user-select:none
|
|
|
|
|
- -webkit-touch-callout: none
|
|
|
|
|
- -webkit-box-orient: vertical
|
|
|
|
|
- -webkit-box-align: stretch
|
|
|
|
|
- -webkit-tap-highlight-color: rgba(0,0,0,0)
|
|
|
|
|
- display: -webkit-box
|
|
|
|
|
|
|
+ // @TODO: Why??
|
|
|
|
|
+ /*
|
|
|
|
|
+ // -webkit-user-select:none
|
|
|
|
|
+ // -webkit-touch-callout: none
|
|
|
|
|
+ // -webkit-box-orient: vertical
|
|
|
|
|
+ // -webkit-box-align: stretch
|
|
|
|
|
+ // -webkit-tap-highlight-color: rgba(0,0,0,0)
|
|
|
|
|
+
|
|
|
|
|
+ // display-box()
|
|
|
|
|
+ */
|
|
|
|
|
|
|
|
& *
|
|
& *
|
|
|
- box-sizing: border-box
|
|
|
|
|
|
|
+ box-sizing(border-box)
|
|
|
margin: 0
|
|
margin: 0
|
|
|
padding: 0
|
|
padding: 0
|
|
|
- -webkit-user-select: none
|
|
|
|
|
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
|
|
|
|
|
|
|
+ // -webkit-user-select: none
|
|
|
|
|
+ // -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
|
|
|
|
|
|
|
|
a
|
|
a
|
|
|
text-decoration: none
|
|
text-decoration: none
|