| 1234567891011121314151617181920212223242526272829303132 |
- // Fonts
- @use "common/font";
- // Variables
- @use 'variables';
- // Bootstrap
- @use 'bootstrap/scss/bootstrap';
- // Common
- @use 'common/reset';
- // 로그인
- @use 'common/auth/login';
- // 회원가입
- @use 'common/auth/register';
- // 비밀번호 재설정, 변경 처리
- @use 'common/auth/passwords';
- // 이메일 주소 확인
- @use '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;
- }
|