Skip to content

Instantly share code, notes, and snippets.

@captaincole
Created March 4, 2018 22:18
Show Gist options
  • Select an option

  • Save captaincole/706c01a68cef068f5f45b32cf5275baa to your computer and use it in GitHub Desktop.

Select an option

Save captaincole/706c01a68cef068f5f45b32cf5275baa to your computer and use it in GitHub Desktop.
Ionic Angular Scss variables
$colors: (
primary: #06D3CA,
secondary: #314655,
danger: #f53d3d,
border: #EFEFEF,
dark: #222,
header: rgba(38,38,38,1),
error: #E0343D,
description: #5f5757,
"image-overlay" : rgba(0,0,0, 0.2),
background: rgb(38,38,38),
light: #f4f4f4,
title: #ffffff,
white: #ffffff,
);
// Or Overrides like this
$primary-font: 'Avenir Next';
$title-font: 'Arial Black';
$navbar-ios-height: 35px;
$navbar-md-height: 50px;
$toolbar-ios-height: 35px;
$toolbar-md-height: 50px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment