I hereby claim:
- I am jeef3 on github.
- I am jeef3 (https://keybase.io/jeef3) on keybase.
- I have a public key whose fingerprint is 4353 FCF9 FB4D 19DC F42E 29CE 3AF4 9A40 7FA7 746B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 'use strict'; | |
| var angular = require('angular'); | |
| angular.module('myApp', []); | |
| // Compiled templates | |
| require('templates'); | |
| // Services |
| .center { | |
| width: 300px; | |
| margin: 0 auto; | |
| text-align: center; | |
| background: red; | |
| } |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| li | |
| color: blue; |
| .tree, .branches { | |
| list-style: none; | |
| } | |
| .is-collapsed .branches { | |
| display: none; | |
| } | |
| .is-expanded .branches { | |
| display: block; | |
| } |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| .box { | |
| padding: 10px; | |
| margin: 30px; | |
| font-weight: bold; | |
| font-family: sans-serif; | |
| } |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| .box { | |
| padding: 10px; | |
| margin: 30px; | |
| font-weight: bold; | |
| font-family: sans-serif; | |
| } |
| /** | |
| * Default Theme (shadow vs gradient) | |
| */ | |
| body { | |
| font-family: sans-serif; | |
| font-size: 16px; | |
| } | |
| .option-list { |
| /** | |
| * Panel | |
| */ | |
| body { | |
| font-family: sans-serif; | |
| } | |
| .panel { | |
| margin: 10px; |
| /** | |
| * Decision Button | |
| */ | |
| body { | |
| background: #162427; | |
| } | |
| .button { | |
| overflow: hidden; |