index.scss 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 @import './variables.scss'; @import './mixin.scss'; html, body .app { color: #333333; font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif; background-color: $background-color; } .app-container{ padding-bottom:50px; }