This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: UTF-8 -*- | |
# RAILS_VERSION 3.2.11 | |
require 'yaml' | |
require 'json' | |
config = ::YAML::load <<EOS | |
--- | |
name: Anthos Invoicing | |
tasks: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RAILS_VERSION 3.2.11 | |
require 'yaml' | |
require 'json' | |
config = ::YAML::load <<EOS | |
--- | |
tasks: | |
instances: | |
tasks: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$mid:#66CCFF; | |
$dark:darken($mid, 40%); | |
a{ | |
color:$mid; | |
&:hover{color:dark;} | |
} | |
@media only screen and (max-width: 767px) { | |
$mid:#22CCFF; |