view app/assets/stylesheets/_variables.scss @ 386:bf9e350f8a2b

Add styling to the alerts.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 10:24:35 +0900
parents 2ad092e60975
children 6cd41974d4b0
line wrap: on
line source

$spacing: 10px;
$screen-sm: 600px;

$danger: scale-color(#f00, $lightness: 90%);
$info: scale-color(#0f0, $lightness: 90%);