// Fonts @import "common/font"; // Variables @import 'variables'; // Bootstrap @import 'bootstrap/scss/bootstrap'; // Common @import 'common/reset'; // 로그인 @import 'common/auth/login'; // 회원가입 @import 'common/auth/register'; // 비밀번호 재설정, 변경 처리 @import 'common/auth/passwords'; // 이메일 주소 확인 @import 'common/auth/verify'; // Jquery-ui @import url('jquery-ui/themes/base/all.css'); @import url('jquery-ui/themes/base/datepicker.css'); body { background-color: #f0f0f0; }