I hereby claim:
- I am raik on github.
- I am raik (https://keybase.io/raik) on keybase.
- I have a public key ASCF3k_JMV_f7xY1VokRicxecZghel4gQT1Vv8y8WKKyggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (function(){ | |
| let lists = document.querySelectorAll('.js-list') | |
| Array.from(lists).forEach(function(el, index, array) { | |
| let spans = el.querySelectorAll('span.badge-text') | |
| let sum = 0 | |
| Array.from(spans).forEach(function(el, index, array) { | |
| let str = el.innerText | |
| let re = /estimate\:\s+([+-]?([0-9]*[.])?[0-9]+)$/i; | |
| let nr = str.match(re) |
| // Resetting Gravity Forms styles | |
| // 'To be sure' specificity | |
| // | |
| // http://www.gravityhelp.com/documentation/gravity-forms/user-guides/design-and-layout/css-targeting-samples/ | |
| body .gform_wrapper { | |
| max-width: 100%; | |
| margin: 0; | |
| } |
| Verifying that +raik is my openname (Bitcoin username). https://onename.io/raik |
| -- This script automatically `cd`s to the directory of the current document. | |
| -- You can use $f to represent the file for the current document. | |
| -- This is nowhere near perfect, just a quick and dirty script. | |
| -- NOTE: you need to have "Enable access for assistive devices" checked... | |
| -- in the Accessibility preference pane. | |
| -- Example: select a file in Finder, and type: echo The filename is $f | |
| on getCurrentDocument() |
| // A mixin for media queries: @mq | |
| // | |
| // Use with keywords in $medias array: | |
| // @include mq($media: wide) { | |
| // ... | |
| // } | |
| // | |
| // Or use with manual queries: | |
| // @include mq("all and (min-width:33em)") { | |
| // ... |
| ////////////////////////////// | |
| // Generalized Media Query Mixin | |
| // | |
| // Requires Sass 3.2+ | |
| // Until released: | |
| // (sudo) gem install sass --pre | |
| ////////////////////////////// | |
| @mixin media-query($value, $operator: 'min-width', $query: 'screen') { | |
| @media #{$query} and (#{$operator}: #{$value}) { | |
| @content; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Admin Login · CodePen</title> | |
| <link rel="stylesheet" href="http://codepen.io/stylesheets/css/normalize.css"> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Admin Login · CodePen</title> | |
| <link rel="stylesheet" href="http://codepen.io/stylesheets/css/normalize.css"> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Admin Login · CodePen</title> | |
| <link rel="stylesheet" href="http://codepen.io/stylesheets/css/normalize.css"> |