Skip to content

Instantly share code, notes, and snippets.

View leemunroe's full-sized avatar

Lee Munroe leemunroe

View GitHub Profile
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Simple Transactional Email</title>
<style>
/* -------------------------------------
INLINED WITH htmlemail.io/inline
------------------------------------- */
.login-modal-auth-providers{
text-align:center;
}
.login-modal-auth-providers .login-modal-auth-providers-view-all{
color:#1b2029;
font-size:14px;
text-decoration:underline;
}
.login-modal-auth-providers .login-modal-auth-providers-divider{
position:relative;
This file has been truncated, but you can view the full file.
@charset "UTF-8";
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
styles.less
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
Config
This file has been truncated, but you can view the full file.
@charset "UTF-8";
/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
styles.less
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
Config
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{ont-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button]{
@leemunroe
leemunroe / colors.scss
Last active October 3, 2016 10:16
Social Media Brand Colors
// Common social media colors
// More at http://brandcolors.net/
$dribbble-color:#ea4c89;
$facebook-color:#3b5998;
$github-color:#171515;
$google-color:#dd4b39;
$linkedin-color:#0e76a8;
$rss-color:#ee802f;
$twitter-color:#00aced;
@leemunroe
leemunroe / gist:6394855
Created August 30, 2013 22:18
Install syntax highlighting for SCSS in Sublime Text
cd ~/Library/Application\ Support/Sublime\ Text\ 2/packages/
git clone -b SublimeText2 git://github.com/kuroir/SCSS.tmbundle.git SCSS