// Colors $blue: #3f51b5; $white: #ffffff; $black: #000000; $shadow: #333333; $lightshadow: #cccccc; $lightgrey: #e0e0e0; $darkgrey: #9e9e9e; $lightblue: #2196f3; $purple: #3f51b5; $orange: #ff9800; $lightorange: #ffcb7f; $ice: #fafafa; $darkergrey: #212121; $darkgreen: #00796B; $lightgreen: #009688; $pink: #ff4081; $lightergrey: #efefef; $darkerorange: #c89e74; $darkorange: #b76a32; $darkblue: #3f51b5; $brightgreen: #52D64B; $lighterblue: #EDEFF9; $brightblue: #4E65C4; $gold: #B0964C; // The path for our ionicons font files, relative to the built CSS in www/css $ionicons-font-path: "../lib/ionic/fonts" !default; // Variables $unit: 11px; // Includes @import "www/lib/ionic/scss/ionic"; @import "backgrounds"; @import "main"; @import "login"; @import "header"; @import "proposal_list"; @import "proposal"; @import "sidebar"; @import "create_proposal"; @import "create_comment"; @import "stagebar"; @import "intro"; @import "profile";