###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| * { | |
| box-sizing: border-box; | |
| padding: 0; | |
| margin: 0: | |
| } | |
| html { font: 13px/26px sans-serif; } | |
| sub { vertical-align: -0.15em; font-size: 0.8em; line-height: 0.8; } | |
| @media screen and (min-width: 800px) { |
| html { | |
| font-family: "Helvetica Neue", sans-serif; | |
| } | |
| .container { | |
| border: 1px solid rgba(0,0,0,0.25); | |
| border-radius: 0.375em; | |
| } | |
| .container > div { | |
| padding: 0.75em 1.5em; | |
| } |
| /* | |
| Ratings Stars | |
| (with as little code as possible) | |
| */ | |
| .rating { | |
| unicode-bidi: bidi-override; | |
| direction: rtl; | |
| text-align: center; | |
| } | |
| .rating > span { |
| /* | |
| Ratings Stars | |
| (with as little code as possible) | |
| */ | |
| .rating { | |
| unicode-bidi: bidi-override; | |
| direction: rtl; | |
| text-align: center; | |
| } | |
| .rating > span { |